more cleaning
This commit is contained in:
10
banned/banned.h
Normal file
10
banned/banned.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#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 strcat
|
||||
# define strcat(a,b) BAN(strcat)
|
||||
|
||||
#endif /* ifndef _BANNED_H */
|
||||
Reference in New Issue
Block a user