update to latest libflint

This commit is contained in:
2021-12-10 13:36:40 -08:00
parent ec2799e884
commit 6cbdd7b20c
3 changed files with 1 additions and 92 deletions

View File

@ -1,11 +0,0 @@
#ifndef ADVENT_H_INPUT
#define ADVENT_H_INPUT
#include <stdlib.h>
char *get_input(const char *);
char **get_lines(const char *, size_t *);
int *get_ints(const char *, size_t *);
void del_lines(char **);
#endif // ADVENT_H_INPUT