stdio.h (9bfd3b4076a7b0dfd27ab22318e5113dc84fea28) | stdio.h (5af6fbd72790173e128222943effc5aa95272ce9) |
---|---|
1/*- 2 * SPDX-License-Identifier: BSD-3-Clause 3 * 4 * Copyright (c) 1990, 1993 5 * The Regents of the University of California. All rights reserved. 6 * 7 * This code is derived from software contributed to Berkeley by 8 * Chris Torek. --- 516 unchanged lines hidden (view full) --- 525#define getchar_unlocked() getc_unlocked(stdin) 526#define putchar_unlocked(x) putc_unlocked(x, stdout) 527#endif 528#endif /* __cplusplus */ 529 530__END_DECLS 531__NULLABILITY_PRAGMA_POP 532 | 1/*- 2 * SPDX-License-Identifier: BSD-3-Clause 3 * 4 * Copyright (c) 1990, 1993 5 * The Regents of the University of California. All rights reserved. 6 * 7 * This code is derived from software contributed to Berkeley by 8 * Chris Torek. --- 516 unchanged lines hidden (view full) --- 525#define getchar_unlocked() getc_unlocked(stdin) 526#define putchar_unlocked(x) putc_unlocked(x, stdout) 527#endif 528#endif /* __cplusplus */ 529 530__END_DECLS 531__NULLABILITY_PRAGMA_POP 532 |
533#if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 | 533#if !defined(_STANDALONE) && defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 |
534#include <ssp/stdio.h> 535#endif 536#endif /* !_STDIO_H_ */ | 534#include <ssp/stdio.h> 535#endif 536#endif /* !_STDIO_H_ */ |