#include <gmp.h>
#include "array.h"
#include "exit_codes.h"
#include "factoring_machine.h"
Go to the source code of this file.
Data Structures | |
struct | struct_factoring_program |
Defines a structure to represent the logic behind all factorization programs. More... | |
Defines | |
#define | _TIFA_FACTORING_PROGRAM_H_ |
Typedefs | |
typedef struct struct_factoring_program | factoring_program_t |
Equivalent to struct struct_factoring_program . | |
Functions | |
ecode_t | run_program (factoring_program_t *const program) |
Run a factoring program. |
Definition in file factoring_program.h.
#define _TIFA_FACTORING_PROGRAM_H_ |
Standard include guard.
Definition at line 33 of file factoring_program.h.
ecode_t run_program | ( | factoring_program_t *const | program | ) |
Run a factoring program.
Run an actual factoring program from the command line.
program | The factoring_program_t to run. |