mirror of
https://github.com/zeldaret/ph
synced 2026-05-25 23:35:11 -04:00
Add size_t
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef _C_STRING_H
|
||||
#define _C_STRING_H
|
||||
|
||||
typedef unsigned int size_t;
|
||||
|
||||
size_t strlen(const char *str);
|
||||
char* strcpy(char *dest, const char *src);
|
||||
char* strncpy(char *dest, const char *src, size_t num);
|
||||
|
||||
Reference in New Issue
Block a user