ofpath.c 89 Bytes
Newer Older
1 2 3 4 5
#if defined (__linux__)
#include "linux/ofpath.c"
#else
#include "basic/ofpath.c"
#endif