source:
mainline/uspace/lib/c/include/io/verify.h@
cd1e3fc0
| Last change on this file since cd1e3fc0 was d7f7a4a, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 442 bytes | |
| Rev | Line | |
|---|---|---|
| [aa492fe] | 1 | /* |
| [d7f7a4a] | 2 | * SPDX-FileCopyrightText: 2012 Martin Decky |
| [aa492fe] | 3 | * |
| [d7f7a4a] | 4 | * SPDX-License-Identifier: BSD-3-Clause |
| [aa492fe] | 5 | */ |
| 6 | ||
| 7 | /** @addtogroup libc | |
| 8 | * @{ | |
| 9 | */ | |
| 10 | /** @file | |
| 11 | */ | |
| 12 | ||
| [4805495] | 13 | #ifndef _LIBC_IO_VERIFY_H_ |
| 14 | #define _LIBC_IO_VERIFY_H_ | |
| [aa492fe] | 15 | |
| [c8752175] | 16 | #ifdef __clang__ |
| [09d13c8e] | 17 | #define _HELENOS_PRINTF_ATTRIBUTE(start, end) \ |
| [c8752175] | 18 | __attribute__((format(__printf__, start, end))) |
| 19 | #else | |
| [09d13c8e] | 20 | #define _HELENOS_PRINTF_ATTRIBUTE(start, end) \ |
| [aa492fe] | 21 | __attribute__((format(gnu_printf, start, end))) |
| [c8752175] | 22 | #endif |
| [aa492fe] | 23 | |
| 24 | #endif | |
| 25 | ||
| 26 | /** @} | |
| 27 | */ |
Note:
See TracBrowser
for help on using the repository browser.
