setup.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include "advent.h"

Include dependency graph for setup.c:

Go to the source code of this file.

Functions

 _PROTOTYPE (int main,(void))
 _PROTOTYPE (void file_error,(char *))
 _PROTOTYPE (void encode,(unsigned char *))
int main ()
void file_error (char *filename)
void encode (unsigned char *msg)

Variables

_CONST unsigned char key [4] = {'c' | 0x80, 'L' | 0x80, 'y' | 0x80, 'D' | 0x80}


Function Documentation

_PROTOTYPE void  encode,
(unsigned char *) 
 

_PROTOTYPE void  file_error,
(char *) 
 

_PROTOTYPE int  main,
(void) 
 

program SETUP.C * execution will read the four adventure text files * files; "advent1.txt", "advent2.txt", "advent3.txt" & * "advent4.txt". it will create the file "advtext.h" * which is an Index Sequential Access Method (ISAM) * header to be included into "advent.c" before the * header "advdec.h" is included.

void encode unsigned char *  msg  ) 
 

Definition at line 90 of file setup.c.

References i.

Referenced by main().

void file_error char *  filename  ) 
 

Definition at line 81 of file setup.c.

References exit(), EXIT_FAILURE, and perror().

int main void   ) 
 

Definition at line 18 of file setup.c.


Variable Documentation

_CONST unsigned char key[4] = {'c' | 0x80, 'L' | 0x80, 'y' | 0x80, 'D' | 0x80}
 

Definition at line 88 of file setup.c.

Referenced by ask(), cmd_map(), do_fkey_pressed(), f(), func_key(), get_state(), getoldopt(), input(), main(), mainloop(), mapping_dmp(), random_getbytes(), rdupto(), rijndael_cbc_decrypt(), rijndael_cbc_encrypt(), rijndael_cfb1_decrypt(), rijndael_cfb1_encrypt(), rijndael_cfb8_decrypt(), rijndael_cfb8_encrypt(), rijndael_ecb_decrypt(), rijndael_ecb_encrypt(), rotate(), setkey(), st_hash(), v_popup(), and vi().


Generated on Fri Apr 14 22:58:12 2006 for minix by  doxygen 1.4.6