2025-04-27 07:49:33 -04:00

13 lines
159 B
C

/*
* SIZE.H
*
*/
DWORD FindFileLength(LPCSTR lp);
int New_getc(HFILE hf);
HFILE New_fopen(LPCSTR lpszFileName);
void New_fclose(HFILE hf);