Initial commit

This commit is contained in:
Mid
2023-08-27 19:48:06 +03:00
commit 945bb2a672
33 changed files with 2751 additions and 0 deletions

6
src/ntc.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef NTC_H
#define NTC_H
const char* ntc_get_arg(const char *name);
#endif