PatchworkOS
Loading...
Searching...
No Matches
strerrorlen_s.c
Go to the documentation of this file.
1
#include "
common/use_annex_k.h
"
2
#include <
string.h
>
3
4
size_t
strerrorlen_s
(
errno_t
errnum)
5
{
6
return
strlen
(
strerror
(errnum));
7
}
errno_t
int errno_t
Definition
errno_t.h:4
strerrorlen_s
size_t strerrorlen_s(errno_t errnum)
Definition
strerrorlen_s.c:4
string.h
strerror
_PUBLIC char * strerror(int errnum)
Definition
strerror.c:6
strlen
_PUBLIC size_t strlen(const char *s)
Definition
strlen.c:3
use_annex_k.h
src
libstd
functions
string
strerrorlen_s.c
Generated by
1.9.8