Changeset 119 for Include/system/string.sbp
- Timestamp:
- Feb 23, 2007, 11:00:24 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/system/string.sbp
r1 r119 5 5 #define _INC_BASIC_STRING 6 6 7 Function StrPtr(buf As * Byte) As *Byte7 Function StrPtr(buf As *Char) As *Char 8 8 StrPtr = buf 9 9 End Function … … 15 15 End Function 16 16 17 Function MakeStr(pBuf As * Byte) As String17 Function MakeStr(pBuf As *Char) As String 18 18 Dim temp As String(pBuf) 19 19 Return temp
Note:
See TracChangeset
for help on using the changeset viewer.