Changeset 121 for trunk/NewView/CharUtilsUnit.pas
- Timestamp:
- Apr 26, 2007, 8:21:31 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/NewView/CharUtilsUnit.pas (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/NewView/CharUtilsUnit.pas
r117 r121 38 38 39 39 // Returns the difference of the pointers 40 Function PCharPointerDiff(const aMinuend: PChar; const aSubtrahend : PChar ): Longword;40 Function PCharPointerDiff(const aMinuend: PChar; const aSubtrahend : PChar) : Longword; 41 41 42 42 Implementation … … 77 77 78 78 79 Function PCharPointerDiff(const aMinuend: PChar; const aSubtrahend : PChar ) : Longword;79 Function PCharPointerDiff(const aMinuend: PChar; const aSubtrahend : PChar) : Longword; 80 80 begin 81 81 Result := Longword(aMinuend) - Longword(aSubtrahend);
Note:
See TracChangeset
for help on using the changeset viewer.
