7 lines
90 B
C
7 lines
90 B
C
#ifndef SINGLE_H_
|
|
#define SINGLE_H_
|
|
|
|
int single_init(char *src);
|
|
|
|
#endif /* SINGLE_H_ */
|