9 lines
67 B
C
9 lines
67 B
C
#ifndef _ANSWER_H
|
|
#define _ANSWER_H
|
|
|
|
int answer(char *);
|
|
|
|
|
|
#endif
|
|
|