.
git-svn-id: https://spexeah.com:8443/svn/Asuro@236 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
5a59376eae
commit
c201235da7
BIN
bin/kernel.bin
BIN
bin/kernel.bin
Binary file not shown.
Binary file not shown.
BIN
lib/kernel.ppu
BIN
lib/kernel.ppu
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
lib/libpsystem.a
BIN
lib/libpsystem.a
Binary file not shown.
@ -1,3 +1,12 @@
|
|||||||
|
{ ************************************************
|
||||||
|
* Asuro
|
||||||
|
* Unit: Strings
|
||||||
|
* Description: Collection of function for string manipulation.
|
||||||
|
************************************************
|
||||||
|
* Author: K Morris
|
||||||
|
* Contributors:
|
||||||
|
************************************************ }
|
||||||
|
|
||||||
unit strings;
|
unit strings;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
@ -110,7 +119,7 @@ end;
|
|||||||
|
|
||||||
function stringContains(str : pchar; sub : pchar) : boolean;
|
function stringContains(str : pchar; sub : pchar) : boolean;
|
||||||
begin
|
begin
|
||||||
|
result:= false;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
end.
|
end.
|
Loading…
x
Reference in New Issue
Block a user