summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux-4.02/com32/include/klibc/extern.h
blob: f9c34672117a3a1d6c57a80a9773e9c4cd92c669 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * 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 */