remove lf naming scheme

This commit is contained in:
2023-07-12 11:32:21 -07:00
parent beee62023c
commit a029765cf4
26 changed files with 29 additions and 30 deletions

View File

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

View File

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

View File

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