Changeset 164 for Include/basic/function.sbp
- Timestamp:
- Mar 13, 2007, 4:49:16 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/basic/function.sbp
r145 r164 1101 1101 End Function 1102 1102 1103 Function _System_ASCII_IsLower(c As Char) As Boolean1103 Function _System_ASCII_IsLower(c As SByte) As Boolean 1104 1104 Return _System_ASCII_IsLower(c As Byte As WCHAR) 1105 1105 End Function … … 1117 1117 End Function 1118 1118 1119 Function _System_ASCII_ToUpper(c As Char) As Char1119 Function _System_ASCII_ToUpper(c As WCHAR) As WCHAR 1120 1120 If _System_ASCII_IsLower(c) Then 1121 1121 Return c And (Not &h20)
Note:
See TracChangeset
for help on using the changeset viewer.