12 lines
206 B
C
12 lines
206 B
C
#ifndef CONFIGCODE_H
|
|
#define CONFIGCODE_H
|
|
#include "Config.h"
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
const StatusCode CreateConfigCode(const long int code);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif |