1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/fns.h
2019-11-05 20:27:53 +03:00

13 lines
178 B
C

// <signal.h>
/*
void sigaction();
void sigemptyset();
// <string.h>
void* memcpy();
void* memmove();
void* memset();
unsigned long strlen(const char*);
char* strerror(int);
*/