organize header files into include directory

This commit is contained in:
talksik
2025-07-27 14:51:42 -07:00
parent 9ca1f8273c
commit 8c1596aad8
8 changed files with 3 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef INTELLIGENCE_H
#define INTELLIGENCE_H
#include <stdio.h>
#include <stdlib.h>
char *ai_ask(char *question);
#endif //INTELLIGENCE_H