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

Functions

static void linkdata (void)
 
void my_init ()
 
void startup ()
 

Variables

static const char rcsid []
 
int blklin = TRUE
 
int setbit [16]
 

Function Documentation

◆ linkdata()

◆ my_init()

void my_init ( void )

References linkdata(), poof(), and rdata().

Referenced by main().

◆ startup()

void startup ( void )

References demo, hinted, limit, newloc, Start(), and yes().

Referenced by main().

Variable Documentation

◆ blklin

int blklin = TRUE

Referenced by main(), pspeak(), and speak().

◆ rcsid

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

◆ setbit

int setbit[16]
Initial value:
= {1, 2, 4, 010, 020, 040, 0100, 0200, 0400, 01000, 02000, 04000,
010000, 020000, 040000, 0100000
}

Referenced by bitset(), and rliq().