tdpkg/util.h

7 lines
96 B
C

#ifndef UTIL_H
#define UTIL_H
int tdpkg_stat (const char* filename, struct stat* buf);
#endif