HOME | GIT | CV | MUSINGS
LOG | FILES | OVERVIEW
#ifndef WONKY_CONFIG_H #define WONKY_CONFIG_H static const char *wonky_default_include_paths[] = { "./", "/usr/include/", "/usr/include/x86_64-linux-gnu/", }; #endif