/* stddef.h */

/* contains #include's for system includes and external decl's */

#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>
#include <limits.h>

#ifndef SEEK_SET
#define SEEK_SET 0
#endif /* not SEEK_SET */