KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
setup.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include "hdr.h"

Macros

#define SIG1   " * Jim Gillogly"
 
#define SIG2   " * Sterday, 6 Thrimidge S.R. 1993, 15:24"
 
#define USAGE   "Usage: setup file > data.c (file is typically glorkz)\n"
 
#define YES   1
 
#define NO   0
 
#define LINE   10 /* How many values do we get on a line? */
 

Functions

int main (int argc, char **argv)
 

Variables

static const char copyright []
 
static const char rcsid []
 

Macro Definition Documentation

◆ LINE

#define LINE   10 /* How many values do we get on a line? */

Referenced by main().

◆ NO

#define NO   0

Referenced by main(), and printIVarsForPerson().

◆ SIG1

#define SIG1   " * Jim Gillogly"

Referenced by main().

◆ SIG2

#define SIG2   " * Sterday, 6 Thrimidge S.R. 1993, 15:24"

Referenced by main().

◆ USAGE

#define USAGE   "Usage: setup file > data.c (file is typically glorkz)\n"

Referenced by main().

◆ YES

#define YES   1

Referenced by main(), main(), and printIVarsForPerson().

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

References LINE, NO, NULL, printf, SEED, SIG1, SIG2, srandom, USAGE, and YES.

Variable Documentation

◆ copyright

const char copyright[]
static
Initial value:
=
"@(#) Copyright (c) 1991, 1993\n\
The Regents of the University of California. All rights reserved.\n"

◆ rcsid

const char rcsid[]
static
Initial value:
=
"$FreeBSD: src/games/adventure/setup.c,v 1.8.2.1 2001/03/05 11:43:11 kris Exp $"