This commit is contained in:
cvs
2000-04-11 11:07:06 +00:00
parent f77ba1cc71
commit e23f19f2f8
7 changed files with 229 additions and 123 deletions

4
tecs/fortify1.c Normal file
View File

@@ -0,0 +1,4 @@
#include "fortify.c"
#ifndef FORTIFY
void null(void){};
#endif