remove banned
This commit is contained in:
parent
91ee04c89d
commit
60d384a298
@ -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 */
|
|
Loading…
Reference in New Issue
Block a user