hedgewars/uUtils.pas
branchqmlfrontend
changeset 10748 dc587913987c
parent 10606 8e95911cb86b
parent 10690 c3b73dc33294
child 11071 3851ce4f2061
equal deleted inserted replaced
10616:20a2d5e6930a 10748:dc587913987c
    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}