kuroko.h File Reference

Top-level header with configuration macros. More...

#include <stdint.h>
#include <stddef.h>
#include <stdlib.h>
#include <inttypes.h>
#include <dlfcn.h>
Include dependency graph for kuroko.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define KRK_PATH_SEP   "/"
 
#define krk_dlRefType   void *
 
#define krk_dlSymType   void *
 
#define krk_dlOpen(fileName)   dlopen(fileName, RTLD_NOW)
 
#define krk_dlSym(dlRef, handlerName)   dlsym(dlRef,handlerName)
 
#define krk_dlClose(dlRef)   dlclose(dlRef)
 

Typedefs

typedef int64_t krk_integer_type
 

Detailed Description

Top-level header with configuration macros.

Definition in file kuroko.h.