Skip to content
This repository has been archived by the owner on Oct 13, 2019. It is now read-only.

Commit

Permalink
Update libc.h
Browse files Browse the repository at this point in the history
  • Loading branch information
CTurt committed Dec 13, 2015
1 parent df5e782 commit 55aafcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libPS4/include/libc.h
Expand Up @@ -11,6 +11,7 @@ extern void *(*calloc)(size_t num, size_t size);
extern void *(*realloc)(void* ptr, size_t size);
extern void *(*memset)(void *destination, int value, size_t num);
extern void *(*memcpy)(void *destination, const void *source, size_t num);
extern int (*memcmp)(const void *s1, const void *s2, size_t n);
extern char *(*strcpy)(char *destination, const char *source);
extern char *(*strncpy)(char *destination, const char *source, size_t num);
extern char *(*strcat)(char *dest, const char *src);
Expand Down

0 comments on commit 55aafcc

Please sign in to comment.