| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc] add wctype.h header (#149202) Add basic configurations to generate wctype.h header file. To begin with this header file just exposes one function iswalpha. | 1 年前 | |
[libc] Use function overloads to make string parsing code more generic. (#167417) ctype_utils/wctype_utils were chaged in 120689e46679c6db37cd9e839ec0721e80a22d4f and e7f7973899f76773ae6e9a6b1e8c7e9f9cc5cb56, respectively to operate on char/wchar_t. Now we can switch to the overloaded names (e.g. have noth isspace(char and isspace(wchar_t)) to simplify the templatized strtointeger implementation from 315dfe5865962d8a3d60e21d1fffce5214fe54ef and make it easier to potentially add templatized strtofloat implementation. | 8 个月前 | |
[libc] fix iswalpha signiture and test (#152343) The iswalpha function is only working for characters in the ascii range right now, which isn't ideal. Also it was returning a bool when the function is supposed to return an int. | 11 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 8 个月前 | ||
| 11 个月前 |