Ignore:
Timestamp:
Nov 17, 2007, 9:34:36 AM (16 years ago)
Author:
イグトランス (egtra)
Message:

SPrintf関数の実装

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/system/string.sbp

    r370 r383  
    265265End Function
    266266
     267#ifdef __STRING_IS_NOT_UNICODE
     268Typedef BoxedStrChar = System.SByte
     269#else
     270TypeDef BoxedStrChar = System.UInt16
     271#endif
     272
    267273#endif '_INC_BASIC_STRING
Note: See TracChangeset for help on using the changeset viewer.