Compare commits
No commits in common. "9bce32e72797babc805469a00bee4a7509960fd1" and "a6d33cae7cae445a239d9caa1b3676a97242f81f" have entirely different histories.
9bce32e727
...
a6d33cae7c
2 changed files with 1 additions and 8 deletions
4
TODO
4
TODO
|
@ -1,4 +0,0 @@
|
||||||
Implement randomness (xorshift? https://www.jstatsoft.org/article/view/v008i14)
|
|
||||||
Maybe extract file "read"/"write" operations with read_fat_chain()
|
|
||||||
Config parser (config.c)
|
|
||||||
Do the actual corrupty things
|
|
|
@ -15,11 +15,8 @@ typedef struct config_t {
|
||||||
uint16_t end;
|
uint16_t end;
|
||||||
uint16_t skip_a;
|
uint16_t skip_a;
|
||||||
uint16_t skip_b;
|
uint16_t skip_b;
|
||||||
struct conf_opts_t opts;
|
|
||||||
struct config_t *next;
|
|
||||||
} config_t;
|
} config_t;
|
||||||
|
|
||||||
config_t *parse_config(char *);
|
|
||||||
void free_config(config_t *);
|
|
||||||
|
|
||||||
#endif /* !_CONFIG_H */
|
#endif /* !_CONFIG_H */
|
||||||
|
|
Loading…
Reference in a new issue