10 lines
142 B
C
10 lines
142 B
C
#ifndef INTELLIGENCE_H
|
|
#define INTELLIGENCE_H
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
char *ai_ask(char *question);
|
|
|
|
#endif //INTELLIGENCE_H
|