nctref/src/ntc.h

6 lines
79 B
C
Raw Normal View History

2023-08-27 19:48:06 +03:00
#ifndef NTC_H
#define NTC_H
const char* ntc_get_arg(const char *name);
#endif