diff --git a/banned/banned.h b/banned/banned.h deleted file mode 100644 index aef7991..0000000 --- a/banned/banned.h +++ /dev/null @@ -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 */