source:
bootcd/isolinux/syslinux-6.03/com32/include/klibc/extern.h
@
e16e8f2
Last change on this file since e16e8f2 was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 189 bytes |
Line | |
---|---|
1 | /* |
2 | * klibc/extern.h |
3 | */ |
4 | |
5 | #ifndef _KLIBC_EXTERN_H |
6 | #define _KLIBC_EXTERN_H |
7 | |
8 | #ifdef __cplusplus |
9 | #define __extern extern "C" |
10 | #else |
11 | #define __extern extern |
12 | #endif |
13 | |
14 | #endif /* _KLIBC_EXTERN_H */ |
Note: See TracBrowser
for help on using the repository browser.