16 lines
197 B
C
16 lines
197 B
C
#include "tlibtoml.h"
|
|
|
|
ErrorCodePage_define(TLIBTOML);
|
|
|
|
Result(void) tlibtoml_init(){
|
|
Deferral(8);
|
|
|
|
ErrorCodePage_register(TLIBTOML);
|
|
|
|
Return RESULT_VOID;
|
|
}
|
|
|
|
void tlibtoml_deinit(){
|
|
|
|
}
|