Ignore:
Timestamp:
2018-04-10T19:43:21Z (7 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a69d42e
Parents:
9fa14d8d
Message:

puts() should append newline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/dist/src/c/demos/tetris/scores.c

    r9fa14d8d r1abcf1d  
    129129        clear_screen();
    130130        moveto(10, 10);
    131         puts("Insert your name: ");
     131        fputs("Insert your name: ", stdout);
    132132        str_cpy(scores[NUMSPOTS - 1].hs_name, STR_BOUNDS(MAXLOGNAME) + 1,
    133133            "Player");
Note: See TracChangeset for help on using the changeset viewer.