1
0

more cleaning

This commit is contained in:
dtb
2022-09-17 23:19:09 -04:00
parent 8e455a7e3f
commit 1aed01279b
15 changed files with 72 additions and 290 deletions

10
banned/banned.h Normal file
View 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 */