LDP/LDP/howto/docbook/NCURSES-Programming-HOWTO/resources/ncurses_programs/JustForFun
flouthoc 93ac4b9eba Removing Warning mplicit declaration of built-in function
On gcc v4 and above it gives warning implicit declaration of built-in function 'strcpy' and 'strlen' , i think it needs string.h included there
2016-05-13 22:21:23 +05:30
..
Makefile allow automated publishing; switch to ./resources/ 2016-01-25 09:28:17 -08:00
README allow automated publishing; switch to ./resources/ 2016-01-25 09:28:17 -08:00
hanoi.c allow automated publishing; switch to ./resources/ 2016-01-25 09:28:17 -08:00
life.c allow automated publishing; switch to ./resources/ 2016-01-25 09:28:17 -08:00
magic.c allow automated publishing; switch to ./resources/ 2016-01-25 09:28:17 -08:00
queens.c allow automated publishing; switch to ./resources/ 2016-01-25 09:28:17 -08:00
shuffle.c allow automated publishing; switch to ./resources/ 2016-01-25 09:28:17 -08:00
tt.c Removing Warning mplicit declaration of built-in function 2016-05-13 22:21:23 +05:30

README

Description of files 
--------------------
JustForFun
    |
    |----> hanoi.c	-- The Towers of Hanoi Solver
    |----> life.c	-- The Game of Life demo
    |----> magic.c	-- An Odd Order Magic Square builder 
    |----> queens.c	-- The famous N-Queens Solver
    |----> shuffle.c	-- A fun game, if you have time to kill
    |----> tt.c		-- A very trivial typing tutor