sp/delpass.h

7 行
70 B
C

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