commCPU_SUPV/code/user/inc/configfile_read.h

34 lines
638 B
C
Raw Normal View History

2025-04-30 16:24:29 +08:00
#ifndef CONFIGFILE_READ_123_INCLUDED
#define CONFIGFILE_READ_123_INCLUDED
#include "glbtypes.h"
#ifdef __cplusplus
extern "C" {
#endif
/************************************************************************/
//COMTRADE<44>ļ<EFBFBD>Ŀ¼<C4BF><C2BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڣ<EFBFBD><DAA3><EFBFBD>ʼ<EFBFBD><CABC><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD><E1B4B4>
#ifdef linux
#define GOOSESMV_INI "../protect/cfg/goose_smv.txt"
#elif defined (_WIN32)
#define GOOSESMV_INI "../protect/cfg/goose_smv.txt"
#endif
ST_RET goosesmv_ini_read_intobuf( char *fileName );
int protect_crc_read_intobuf( char *fileName );
/************************************************************************/
#ifdef __cplusplus
}
#endif
#endif