1
0

remove banned

This commit is contained in:
dtb 2022-10-20 22:05:00 -04:00
parent 91ee04c89d
commit 60d384a298

View File

@ -1,15 +0,0 @@
#ifndef _BANNED_H
# define BANNED_H
# 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)
#endif /* ifndef _BANNED_H */