mirror of
https://git.wuffs.org/MWCC
synced 2025-07-23 13:05:52 +00:00
18 lines
260 B
C
18 lines
260 B
C
#include "oslib.h"
|
|
|
|
char *strcatn(char *d, const char *s, SInt32 max) {
|
|
|
|
}
|
|
|
|
char *strcpyn(char *d, const char *s, SInt32 len, SInt32 max) {
|
|
|
|
}
|
|
|
|
int ustrcmp(const char *src, const char *dst) {
|
|
|
|
}
|
|
|
|
int ustrncmp(const char *src, const char *dst, UInt32 len) {
|
|
|
|
}
|