Fix binstr_to_int loop bug. Add lf prefix

This commit is contained in:
2021-12-21 06:48:29 -08:00
parent 6737c3a781
commit acf0164f4f
14 changed files with 33 additions and 20 deletions

View File

@ -1,7 +1,7 @@
#ifndef LIBFLINT_SET_H
#define LIBFLINT_SET_H
#include "linkedlist.h"
#include "lflinkedlist.h"
#define Set List

View File

@ -1,7 +1,7 @@
#ifndef LIBFLINT_STACK_H
#define LIBFLINT_STACK_H
#include "linkedlist.h"
#include "lflinkedlist.h"
#define Stack List