make-it-quick/config/check_clearenv.c

7 lines
59 B
C
Raw Permalink Normal View History

#include <stdlib.h>
int main()
{
return clearenv();
}