repo.or.cz
/
syslinux-debian
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding upstream version 3.53.
[syslinux-debian/hramrach.git]
/
com32
/
include
/
klibc
/
extern.h
blob
f9c34672117a3a1d6c57a80a9773e9c4cd92c669
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 */