Files
yait/single.h
2025-11-10 21:54:10 -05:00

7 lines
90 B
C

#ifndef SINGLE_H_
#define SINGLE_H_
int single_init(char *src);
#endif /* SINGLE_H_ */