mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
Need time.h.
This commit is contained in:
@@ -11,10 +11,11 @@
|
||||
#include <string.h>
|
||||
#include <curses.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_newdemo =
|
||||
"$Id: newdemo.c,v 1.26 2006/02/24 02:38:21 wmcbrine Exp $";
|
||||
"$Id: newdemo.c,v 1.27 2006/02/24 02:40:31 wmcbrine Exp $";
|
||||
#endif
|
||||
|
||||
int WaitForUser(void);
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/* $Id: rain.c,v 1.6 2006/02/24 02:38:21 wmcbrine Exp $ */
|
||||
/* $Id: rain.c,v 1.7 2006/02/24 02:40:31 wmcbrine Exp $ */
|
||||
|
||||
#include <curses.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
|
||||
/* rain 11/3/1980 EPS/CITHEP */
|
||||
|
||||
|
||||
@@ -23,11 +23,12 @@ Options:
|
||||
-n <n> set number of worms
|
||||
-t make worms leave droppings
|
||||
|
||||
$Id: worm.c,v 1.10 2006/02/24 02:38:21 wmcbrine Exp $
|
||||
$Id: worm.c,v 1.11 2006/02/24 02:40:31 wmcbrine Exp $
|
||||
*/
|
||||
|
||||
#include <curses.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
|
||||
#define FLAVORS 7
|
||||
|
||||
|
||||
Reference in New Issue
Block a user