GE-115 Emulator
An Emulator of the General Electrics GE-115 computer
Data Structures | Functions
sat_batches.h File Reference
#include <stddef.h>
#include <stdint.h>
#include "ge.h"

Go to the source code of this file.

Data Structures

struct  sat_batch_info
 

Functions

int sat_batch_count (void)
 
const struct sat_batch_infosat_batch_info_at (int idx)
 
const struct sat_batch_infosat_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)
 

Function Documentation

◆ sat_batch_count()

int sat_batch_count ( void  )

Definition at line 226 of file sat_batches.c.

◆ sat_batch_find()

const struct sat_batch_info * sat_batch_find ( const char *  id)

Definition at line 238 of file sat_batches.c.

◆ sat_batch_info_at()

const struct sat_batch_info * sat_batch_info_at ( int  idx)

Definition at line 231 of file sat_batches.c.

◆ sat_batch_prepare_deck()

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.