1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 06:09:00 +00:00
Files
nmap/libpcap/Win32/Include/Gnuc.h

9 lines
112 B
C

/* inline foo */
#ifndef __cplusplus
#ifdef __GNUC__
#define inline __inline
#else
#define inline
#endif
#endif