project_files/hwc/rtl/system.h
changeset 10124 aabd1b75d5a3
parent 8850 ae8a957c69fd
child 10127 7f29a65aa1e4
equal deleted inserted replaced
10123:64e72781d344 10124:aabd1b75d5a3
    43 Integer     __attribute__((overloadable))                   fpcrtl_pos(Char c, string255 str);
    43 Integer     __attribute__((overloadable))                   fpcrtl_pos(Char c, string255 str);
    44 Integer     __attribute__((overloadable))                   fpcrtl_pos(string255 substr, string255 str);
    44 Integer     __attribute__((overloadable))                   fpcrtl_pos(string255 substr, string255 str);
    45 
    45 
    46 Integer     fpcrtl_length(string255 s);
    46 Integer     fpcrtl_length(string255 s);
    47 #define     fpcrtl_Length                                   fpcrtl_length
    47 #define     fpcrtl_Length                                   fpcrtl_length
       
    48 Integer     fpcrtl_lengthA(astring s);
       
    49 #define     fpcrtl_LengthA                                  fpcrtl_lengthA
    48 
    50 
    49 #define     fpcrtl_sqr(x)                                   ((x) * (x))
    51 #define     fpcrtl_sqr(x)                                   ((x) * (x))
    50 
    52 
    51 #define     fpcrtl_odd(x)                                   ((x) % 2 != 0 ? true : false)
    53 #define     fpcrtl_odd(x)                                   ((x) % 2 != 0 ? true : false)
    52 
    54