remove lf naming scheme
This commit is contained in:
@ -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);
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef LIBFLINT_SET_H
|
||||
#define LIBFLINT_SET_H
|
||||
|
||||
#include "lflinkedlist.h"
|
||||
#include "linkedlist.h"
|
||||
|
||||
#define Set List
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef LIBFLINT_STACK_H
|
||||
#define LIBFLINT_STACK_H
|
||||
|
||||
#include "lflinkedlist.h"
|
||||
#include "linkedlist.h"
|
||||
|
||||
#define Stack List
|
||||
|
Reference in New Issue
Block a user