5 lines
64 B
C
5 lines
64 B
C
#include "fortify.c"
|
|
#ifndef FORTIFY
|
|
void null(void){}
|
|
#endif
|
#include "fortify.c"
|
|
#ifndef FORTIFY
|
|
void null(void){}
|
|
#endif
|