#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} |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
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. |
|
|
Definition at line 90 of file setup.c. References i. Referenced by main(). |
|
|
Definition at line 81 of file setup.c. References exit(), EXIT_FAILURE, and perror(). |
|
|
|
|
|
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(). |
1.4.6