mirror of
https://github.com/SeekyCt/spm-decomp.git
synced 2024-12-03 11:01:06 +00:00
8 lines
125 B
C
8 lines
125 B
C
#ifndef STRING_H
|
|
#define STRING_H
|
|
|
|
#include <stddef.h>
|
|
|
|
void * memset(void * ptr, int value, size_t num); // 80004104
|
|
|
|
#endif |