003 File Manager
Current Path:
/usr/src/contrib/ntp/sntp/libopts/compat
usr
/
src
/
contrib
/
ntp
/
sntp
/
libopts
/
compat
/
📁
..
📄
_Noreturn.h
(306 B)
📄
compat.h
(8.22 KB)
📄
pathfind.c
(7.47 KB)
📄
snprintf.c
(1.19 KB)
📄
strchr.c
(1.31 KB)
📄
strdup.c
(310 B)
📄
windows-config.h
(3.62 KB)
Editing: _Noreturn.h
#if !defined _Noreturn && __STDC_VERSION__ < 201112 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ || 0x5110 <= __SUNPRO_C) # define _Noreturn __attribute__ ((__noreturn__)) # elif 1200 <= _MSC_VER # define _Noreturn __declspec (noreturn) # else # define _Noreturn # endif #endif
Upload File
Create Folder