Signed-off-by: Robert Tomsick <robert@tomsick.net>
#include "dtscreen.h"
#include <math.h>
+#include <stdlib.h>
#define MAXTOTAL 10000
#define MAXBATCH 10
#include "dtscreen.h"
#include <math.h>
+#include <stdlib.h>
typedef struct {
int centerx;
#include "dtscreen.h"
#include "xlogo.bit"
+#include <stdlib.h>
static XImage logo = {
0, 0, /* width, height */
#include "dtscreen.h"
#include "lifeicon.bit"
+#include <stdlib.h>
static XImage logo = {
0, 0, /* width, height */
#include "dtscreen.h"
#include <math.h>
+#include <stdlib.h>
+
#define TWOPI 6.2831853
/* Define this >1 to get small rectangles instead of points */
*/
#include "dtscreen.h"
+#include <stdlib.h>
typedef struct {
int x;
#include <stdio.h>
#include <math.h>
+#include <stdlib.h>
#include "dtscreen.h"
#define SAVE 100 /* this is a good constant to tweak */
* 31-Aug-90: Adapted from xswarm by Jeff Butterworth. (butterwo@ncsc.org)
*/
+#include <stdlib.h>
#include "dtscreen.h"
#define TIMES 4 /* number of time positions recorded */
*/
#include "dtscreen.h"
-#include <math.h>
+#include <math.h>
+#include <stdlib.h>
#define MAXCOLORS 64
#define MAXWORMS 64