/[osn-commons]/trunk/plibc/lib/string.h
ViewVC logotype

Annotation of /trunk/plibc/lib/string.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 51 - (hide annotations)
Fri Aug 16 18:34:43 2024 UTC (7 months, 2 weeks ago) by rakinar2
File MIME type: text/x-c
File size: 218 byte(s)
feat: add basic utilities and more system calls

1 rakinar2 47 #ifndef PLIBC_STRING_H
2     #define PLIBC_STRING_H
3    
4 rakinar2 51 #include "stddef.h"
5 rakinar2 47
6 rakinar2 51 size_t strlen (const char *str);
7     const char *strerror (int errnum);
8     void *memcpy (void *dest, const void *src, size_t n);
9 rakinar2 47
10     #endif /* PLIBC_STRING_H */

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26