append lf to includes

This commit is contained in:
2023-11-29 13:40:41 -08:00
parent 57cf229904
commit bc8e01fd6f
19 changed files with 109 additions and 18 deletions

View File

@ -1,7 +1,7 @@
#ifndef LIBFLINT_H_MATH
#define LIBFLINT_H_MATH
#include "utility.h"
#include "lfutility.h"
int max_int(int a, int b);

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