# YES, THIS NEEDS BASH, NOT /bin/sh (e.g. for <<<).
# Copyright (2013) Jann Horn <jann@thejh.net>
-# This code is licensed under the AGPLv3.
# -f for files with weird names
# -u for coding mistakes (or against, to be precise)
// Copyright (2013) Jann Horn <jann@thejh.net>
-// This code is licensed under the AGPLv3.
// This file contains stuff for making error-handling easier.
// Copyright (2013) Jann Horn <jann@thejh.net>
-// This code is licensed under the AGPLv3.
HEADER #include <stdio.h>
HEADER #include <sys/types.h>
// Copyright (2013) Jann Horn <jann@thejh.net>
-// This code is licensed under the AGPLv3.
HEADER #include <sys/types.h>
#include <assert.h>
// Copyright (2013) Jann Horn <jann@thejh.net>
-// This code is licensed under the AGPLv3.
// Supports very simple ini files. Structure:
// - data is in lines, key=value
// Copyright (2013) Jann Horn <jann@thejh.net>
-// This code is licensed under the AGPLv3.
HEADER #include <sys/types.h>
#include <unistd.h>
// Copyright (2013) Jann Horn <jann@thejh.net>
-// This code is licensed under the AGPLv3.
#ifdef __SSE2__
#include <emmintrin.h>