mirror of
https://github.com/drasko/codezero.git
synced 2026-01-13 11:23:16 +01:00
6 lines
83 B
C
6 lines
83 B
C
#ifdef _LIBC
|
|
# include_next <linux/a.out.h>
|
|
#else
|
|
# include <linux/a.out.h>
|
|
#endif
|