SSBM Decomp
Loading...
Searching...
No Matches
cstring.h
Go to the documentation of this file.
1#ifndef __CSTRING_H__
2#define __CSTRING_H__
3
4#include <platform.h>
5
6#include <stddef.h>
7
8int wcstombs(void* dst, const void* src, size_t len);
9int memcmp(const void* str1, const void* str2, size_t len);
10void* memchr(const void* str, int c, size_t len);
11void* memmove(void* dst, const void* src, size_t len);
12
13#endif
void * memchr(const void *str, int c, size_t len)
Definition cstring.c:47
int wcstombs(void *dst, const void *src, size_t len)
Definition cstring.c:8
void * memmove(void *dst, const void *src, size_t len)
Definition cstring.c:62
int memcmp(const void *str1, const void *str2, size_t len)
Definition cstring.c:28
int c
Definition tev.c:18