Miscellaneous Functions:
Related topics:
Library Functions in C | Standard Library in C | Header Files in C | Functions in C | Keywords in C | Data Types in C | Pointers in C
List of topics: C Programming
memset | void *memset( void *dest, int ch, size_t count ); |
memset_s(C11) | errno_t memset_s( void *dest, rsize_t destsz, int ch, rsize_t count ); |
strerror | char* strerror( int errnum ); |
strerror_s(C11) | errno_t strerror_s( char *buf, rsize_t bufsz, errno_t errnum ); |
strerrorlen_s(C11) | size_t strerrorlen_s( errno_t errnum ); |
strlen | size_t strlen( const char *str ); |
strnlen_s(C11) | size_t strnlen_s( const char *str, size_t strsz ); |
string.h |
Copying Functions |
Concatenation Functions |
Comparison Functions |
Search Functions |
Miscellaneous Functions |
Related topics:
Library Functions in C | Standard Library in C | Header Files in C | Functions in C | Keywords in C | Data Types in C | Pointers in C
List of topics: C Programming
No comments:
Post a Comment