project_files/hwc/rtl/system.c
changeset 13920 7173b702e8db
parent 13880 5f819b90d479
child 14159 0aeea29ef890
equal deleted inserted replaced
13919:085ed3ff0637 13920:7173b702e8db
    72     result.len = count;
    72     result.len = count;
    73 
    73 
    74     return result;
    74     return result;
    75 }
    75 }
    76 
    76 
    77 void fpcrtl_insert__vars(string255 *src, string255 *dst, SizeInt index) {
    77 void __attribute__((overloadable)) fpcrtl_insert__vars(string255 *src, string255 *dst, SizeInt index) {
    78     int num_insert;
    78     int num_insert;
    79     int num_shift;
    79     int num_shift;
    80     int num_preshift;
    80     int num_preshift;
    81 
    81 
    82     // nothing to do if empty string is inserted or index invalid
    82     // nothing to do if empty string is inserted or index invalid