sp/delpass.h
2023-11-29 23:25:41 +09:00

7 行
70 B
C

#ifndef DELPASS_H
#define DELPASS_H
int delpass(char* file);
#endif