Files
research_and_development/ai-conversation/include/intelligence.h
T
2025-07-27 14:51:42 -07:00

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