mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-19 05:30:07 +08:00
update
This commit is contained in:
parent
6cd36b1285
commit
9a8976d5eb
@ -204,7 +204,7 @@ void string_test()
|
|||||||
printf("wc=%C 0x%lx %C\n", L'a', L'\x1234', L'c');
|
printf("wc=%C 0x%lx %C\n", L'a', L'\x1234', L'c');
|
||||||
printf("wstring=%S\n", L"abc");
|
printf("wstring=%S\n", L"abc");
|
||||||
printf("wstring=%S\n", L"abc" L"def" "ghi");
|
printf("wstring=%S\n", L"abc" L"def" "ghi");
|
||||||
ps("test");
|
ps("test\n");
|
||||||
b = 32;
|
b = 32;
|
||||||
while ((b = b + 1) < 96) {
|
while ((b = b + 1) < 96) {
|
||||||
printf("%c", b);
|
printf("%c", b);
|
||||||
|
Loading…
Reference in New Issue
Block a user