chiark / gitweb /
[PATCH] added klibc version 0.82 (cvs tree) to the udev tree.
[elogind.git] / klibc / klibc / include / klibc / extern.h
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 */