6 lines
79 B
C
6 lines
79 B
C
|
|
#ifndef NTC_H
|
||
|
|
#define NTC_H
|
||
|
|
|
||
|
|
const char* ntc_get_arg(const char *name);
|
||
|
|
|
||
|
|
#endif
|