[comp.lang.c] off_t type missing??

lape@cs.utk.edu (Bryon S. Lape) (02/22/91)

	After being directed to use readdir and opendir to get a list of
file names in a directory, I wrote a small programme to test this.  I
#include<> sys/types.h and dirent.h, but the compiler (actually the
ppc)died on a variable type off_t.  What gives???


Bryon Lape