mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
9 lines
112 B
C
9 lines
112 B
C
/* inline foo */
|
|
#ifndef __cplusplus
|
|
#ifdef __GNUC__
|
|
#define inline __inline
|
|
#else
|
|
#define inline
|
|
#endif
|
|
#endif
|