nctref/src/ntc.h
2023-08-27 19:48:06 +03:00

6 lines
79 B
C

#ifndef NTC_H
#define NTC_H
const char* ntc_get_arg(const char *name);
#endif