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,11 +1,11 @@
#include <stdio.h>
#include <stdlib.h>
#include "lflinkedlist.h"
#include "lfset.h"
#include "lfstack.h"
#include "lfbinarytree.h"
#include "lfmath.h"
#include "linkedlist.h"
#include "set.h"
#include "stack.h"
#include "binarytree.h"
#include "math.h"
void print_ll(List *list) {
LL_ITER(list) {