1
0

more cleaning!!!

This commit is contained in:
dtb
2022-09-17 23:29:31 -04:00
parent 1aed01279b
commit fbdaf55d1c
10 changed files with 32 additions and 191 deletions

View File

@@ -4,6 +4,11 @@
# define Use_of_this_function_is_not_permitted(a) invalid_token
# define BAN(a) Use_of_this_function_is_not_permitted(a)
# undef fscanf
# define fscanf(...) BAN(fscanf)
# undef scanf
# define scanf(...) BAN(scanf)
# undef strcat
# define strcat(a,b) BAN(strcat)