Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
Reverse Diff
Changes in
uspace/dist/src/c/demos/tetris/screen.c
[09ab0a9a:28a5ebd]
in mainline
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
File:
1 edited
uspace/dist/src/c/demos/tetris/screen.c
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
Tabular
Unified
uspace/dist/src/c/demos/tetris/screen.c
¶
r09ab0a9a
r28a5ebd
371
371
*/
372
372
373
wchar
_t c = 0;
373
char32
_t c = 0;
374
374
375
375
while (c == 0) {
…
…
393
393
errno_t twait(void)
394
394
{
395
wchar
_t c = 0;
395
char32
_t c = 0;
396
396
397
397
while (c == 0) {
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive