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