project_files/hwc/rtl/SysUtils.h
changeset 10564 0cb20aa8877a
parent 10015 4feced261c68
child 14913 68e1783762bc
equal deleted inserted replaced
10562:3388822b3914 10564:0cb20aa8877a
    29 
    29 
    30 Integer     fpcrtl_strToInt(string255 s);
    30 Integer     fpcrtl_strToInt(string255 s);
    31 #define     StrToInt                fpcrtl_strToInt
    31 #define     StrToInt                fpcrtl_strToInt
    32 #define     strToInt                fpcrtl_strToInt
    32 #define     strToInt                fpcrtl_strToInt
    33 
    33 
       
    34 string255   fpcrtl_extractFileDir(string255 f);
       
    35 #define     fpcrtl_ExtractFileDir  fpcrtl_extractFileDir
       
    36 
    34 string255   fpcrtl_extractFileName(string255 f);
    37 string255   fpcrtl_extractFileName(string255 f);
    35 #define     fpcrtl_ExtractFileName  fpcrtl_extractFileName
    38 #define     fpcrtl_ExtractFileName  fpcrtl_extractFileName
    36 
    39 
    37 string255   fpcrtl_strPas(PChar);
    40 string255   fpcrtl_strPas(PChar);
    38 #define     fpcrtl_StrPas           fpcrtl_strPas
    41 #define     fpcrtl_StrPas           fpcrtl_strPas