Ignore:
Timestamp:
Feb 23, 2007, 11:00:24 PM (17 years ago)
Author:
イグトランス (egtra)
Message:

Unicode (#50) 前準備
Byte→Char (#51) 型名は殆ど完了、ただし中身までは手を付けていないものが多い

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/system/string.sbp

    r1 r119  
    55#define _INC_BASIC_STRING
    66
    7 Function StrPtr(buf As *Byte) As *Byte
     7Function StrPtr(buf As *Char) As *Char
    88    StrPtr = buf
    99End Function
     
    1515End Function
    1616
    17 Function MakeStr(pBuf As *Byte) As String
     17Function MakeStr(pBuf As *Char) As String
    1818    Dim temp As String(pBuf)
    1919    Return temp
Note: See TracChangeset for help on using the changeset viewer.