/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */ #include #include "dirstruc.h" long telldir(DIR *dir) { return dir->num_read; }