source:
mainline/uspace/lib/c/include/str_error.h@
d7f7a4a
| Last change on this file since d7f7a4a was d7f7a4a, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 305 bytes | |
| Rev | Line | |
|---|---|---|
| [0a72efc] | 1 | /* |
| [d7f7a4a] | 2 | * SPDX-FileCopyrightText: 2010 Martin Decky |
| [0a72efc] | 3 | * |
| [d7f7a4a] | 4 | * SPDX-License-Identifier: BSD-3-Clause |
| [0a72efc] | 5 | */ |
| 6 | ||
| 7 | /** @addtogroup libc | |
| 8 | * @{ | |
| 9 | */ | |
| 10 | /** @file | |
| 11 | */ | |
| 12 | ||
| [4805495] | 13 | #ifndef _LIBC_STRERROR_H_ |
| 14 | #define _LIBC_STRERROR_H_ | |
| [0a72efc] | 15 | |
| [9af1c61] | 16 | #include <errno.h> |
| 17 | ||
| 18 | const char *str_error(errno_t); | |
| 19 | const char *str_error_name(errno_t); | |
| [0a72efc] | 20 | |
| 21 | #endif | |
| 22 | ||
| 23 | /** @} | |
| 24 | */ |
Note:
See TracBrowser
for help on using the repository browser.
