|
GE-115 Emulator
An Emulator of the General Electrics GE-115 computer
|
Go to the source code of this file.
Data Structures | |
| struct | sat_batch_info |
Functions | |
| int | sat_batch_count (void) |
| const struct sat_batch_info * | sat_batch_info_at (int idx) |
| const struct sat_batch_info * | sat_batch_find (const char *id) |
| int | sat_batch_prepare_deck (const char *root, const char *id, const char *out_path, char *note, size_t note_sz) |
| int sat_batch_count | ( | void | ) |
Definition at line 226 of file sat_batches.c.
| const struct sat_batch_info * sat_batch_find | ( | const char * | id | ) |
Definition at line 238 of file sat_batches.c.
| const struct sat_batch_info * sat_batch_info_at | ( | int | idx | ) |
Definition at line 231 of file sat_batches.c.
| int sat_batch_prepare_deck | ( | const char * | root, |
| const char * | id, | ||
| const char * | out_path, | ||
| char * | note, | ||
| size_t | note_sz | ||
| ) |
Definition at line 244 of file sat_batches.c.