Update test.cpp

This commit is contained in:
ihsinme
2022-03-10 21:10:41 +03:00
committed by GitHub
parent a094e6f63b
commit 623f3fbe21

View File

@@ -1,4 +1,5 @@
int scanf(const char *format, ...);
int sscanf(const char *str, const char *format, ...);
int globalVal;
char * globalVala;
int * globalValp;