remove compiler.h include from tryinline.c add #ifdef INTERNAL to files included by n.c and ent.c so they don't need headers in libowfat/ and can compile without an installed or build libowfat
2 lines
49 B
C
2 lines
49 B
C
static inline int foo(int bar) { return bar+1; }
|