sp/otppass.h
2023-12-01 02:25:27 +09:00

7 行
71 B
C

#ifndef OTPPASS_H
#define OTPPASS_H
void otppass(char* file);
#endif