Changes in uspace/app/sbi/src/os/posix.c [1b20da0:28a5ebd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/os/posix.c
r1b20da0 r28a5ebd 164 164 * @return Newly allocated string. 165 165 */ 166 char *os_chr_to_astr( wchar_t chr)166 char *os_chr_to_astr(char32_t chr) 167 167 { 168 168 char *str;
Note:
See TracChangeset
for help on using the changeset viewer.