mirror of
https://github.com/Noratrieb/libuwuc.git
synced 2026-01-14 11:45:05 +01:00
7 lines
No EOL
90 B
C
7 lines
No EOL
90 B
C
#include<string.h>
|
|
|
|
int main(void) {
|
|
char buf[10];
|
|
|
|
memset(buf, 0, sizeof(buf));
|
|
} |