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

Functions

int save (char *outfile) const
 
int restore (char *infile) const
 

Variables

static const char rcsid []
 
struct savestruct save_array []
 

Function Documentation

◆ restore()

int restore ( char * infile) const

◆ save()

int save ( char * outfile) const

Variable Documentation

◆ rcsid

const char rcsid[]
static
Initial value:
=
"$FreeBSD: src/games/adventure/save.c,v 1.8 1999/12/19 00:21:51 billf Exp $"

◆ save_array

struct savestruct save_array[]

Referenced by restore(), and save().