Adicionar primeiro

This commit is contained in:
2025-06-06 21:17:25 +01:00
parent c188084ba4
commit 282e7f517b
841 changed files with 199592 additions and 1 deletions

6
components/api/include/api.h Executable file
View File

@@ -0,0 +1,6 @@
#ifndef API_H_
#define API_H_
void api_init(void);
#endif /* API_H_ */