mirror of
https://github.com/Noratrieb/libuwuc.git
synced 2026-01-14 19:55:07 +01:00
stub some things
This commit is contained in:
parent
609c5e6e3d
commit
3a98a2b822
7 changed files with 84 additions and 11 deletions
7
tests/c/mem.c
Normal file
7
tests/c/mem.c
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include<string.h>
|
||||
|
||||
int main(void) {
|
||||
char buf[10];
|
||||
|
||||
memset(buf, 0, sizeof(buf));
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue