1 /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */ 2 #ifndef __ERRNO_HELPERS_H 3 #define __ERRNO_HELPERS_H 4 5 int errno_by_name(const char *errno_name); 6 7 #endif /* __ERRNO_HELPERS_H */ 8
1 /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */ 2 #ifndef __ERRNO_HELPERS_H 3 #define __ERRNO_HELPERS_H 4 5 int errno_by_name(const char *errno_name); 6 7 #endif /* __ERRNO_HELPERS_H */ 8