Chameleon

Chameleon Commit Details

Date:2010-09-09 06:13:48 (13 years 7 months ago)
Author:Azimutz
Commit:507
Parents: 506
Message:Adding a line break to the end of pause() message.
Changes:
M/branches/azimutz/Chazi/i386/libsaio/console.c

File differences

branches/azimutz/Chazi/i386/libsaio/console.c
248248
249249
250250
251
251
252252
253253
/** Print a "Press a key to continue..." message and wait for a key press. */
void pause()
{
printf("Press a key to continue...");
printf("Press a key to continue...\n");
getc();
}

Archive Download the corresponding diff file

Revision: 507