#ifndef _AIMSUN_BDM_TOOLS_H_ #define _AIMSUN_BDM_TOOLS_H_ #define MAX_LINE 1024 void _addpath ( TCHAR * path ); TCHAR * _tstrtrim ( TCHAR * str ); errno_t replace_in_scenario ( const TCHAR * sce_name, const TCHAR * new_name, const TCHAR * section, const TCHAR ** patterns, int num_patterns, const TCHAR * replacement ); int _search_index ( const int *list, int numElements, int value ); #endif