This website works better with JavaScript.
Explore
Help
Sign In
neingeist
/
c-exercises
Watch
1
Star
0
Fork
You've already forked c-exercises
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
define _BSD_SOURCE, so gcc won't complain about usleep
Browse Source
master
orange
12 years ago
parent
8b6a5171a0
commit
020aa6d120
1 changed files
with
2 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
ncurses-pong.c
Unescape
Escape
View File
@ -1,3 +1,5 @@
#
define _BSD_SOURCE
#
include
<ncurses.h>
#
include
<ncurses.h>
#
include
<unistd.h>
#
include
<unistd.h>
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
neingeist/c-exercises
Title
Body
Create Issue