StudyingUnixInterface/2/limits/xsi.c

8 lines
96 B
C
Raw Normal View History

2020-12-05 01:47:27 +00:00
#include <limits.h>
#include <stdio.h>
int main(void) {
printf("%d\n", NZERO);
return 0;
}