libreis 0.1.0
A simple header-based drop-in library
|
Shared typedefs and functions. More...
#include <stdlib.h>
#include <unistd.h>
#include <stdint.h>
#include <string.h>
#include <stdio.h>
#include <dirent.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/types.h>
#include <sys/prctl.h>
#include <signal.h>
#include <syslog.h>
#include <time.h>
#include <fcntl.h>
#include <stdatomic.h>
#include <reis/memory.h>
Go to the source code of this file.
Macros | |
#define | VERISION "0.1.0" |
#define | REISLIB_INT_MAX 2147483647 |
#define | CHARSET "abcdefghijklmnopqrstuvwxyz" |
#define | CHARSET_LEN 26 |
#define | MAX_CHARSET_SIZE 256 |
#define | SUB 0x1A |
#define | fnname(name) |
#define | foreach for |
Functions | |
enum | __attribute__ ((__packed__)) |
Variables | |
bool | |
Shared typedefs and functions.
#define fnname | ( | name | ) |