hedgewars/uUtils.pas
changeset 10690 c3b73dc33294
parent 10605 df7a73db2c43
child 10748 dc587913987c
child 11046 47a8c19ecb60
equal deleted inserted replaced
10689:692649e341fc 10690:c3b73dc33294
    72 
    72 
    73 {$IFNDEF PAS2C}
    73 {$IFNDEF PAS2C}
    74 procedure Write(var f: textfile; s: shortstring);
    74 procedure Write(var f: textfile; s: shortstring);
    75 procedure WriteLn(var f: textfile; s: shortstring);
    75 procedure WriteLn(var f: textfile; s: shortstring);
    76 function StrLength(s: PChar): Longword;
    76 function StrLength(s: PChar): Longword;
       
    77 procedure SetLengthA(var s: ansistring; len: Longword);
    77 {$ENDIF}
    78 {$ENDIF}
    78 
    79 
    79 function  isPhone: Boolean; inline;
    80 function  isPhone: Boolean; inline;
    80 
    81 
    81 {$IFDEF IPHONEOS}
    82 {$IFDEF IPHONEOS}