gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for fundef:__attribute__ from t2ex (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/stdio.h - 15.7KB - 450 lines
278: int      snprintf(char *, size_t, const char *, ...)
279:                 __attribute__((__format__ (printf, 3, 4)))
280:                 __attribute__((__nonnull__ (3)))
More results from stdio.h
bsd_source/lib/libc/src_bsd/include/sys/cdefs.h - 13.0KB - 386 lines
119: #if !__GNUC_PREREQ__(2, 5) && !defined(__PCC__)
120: #define __attribute__(x)        /* delete __attribute__ if non-gcc or gcc1 */
121: #if defined(__GNUC__) && !defined(__STRICT_ANSI__)
bsd_source/t2ex/network/net/src_bsd/sys/cdefs.h - 13.5KB - 402 lines
176: #if !__GNUC_PREREQ__(2, 0)
177: #define __attribute__(x)
178: #endif