Current Path : /usr/lib/syslinux/com32/include/klibc/ |
Current File : //usr/lib/syslinux/com32/include/klibc/extern.h |
/* * klibc/extern.h */ #ifndef _KLIBC_EXTERN_H #define _KLIBC_EXTERN_H #ifdef __cplusplus #define __extern extern "C" #else #define __extern extern #endif #endif /* _KLIBC_EXTERN_H */