clean up the repo
Build project / build (push) Failing after 1m22s

This commit is contained in:
Arthur Barraux
2025-10-18 15:06:23 +02:00
parent 09d78f48e9
commit 85e8067e41
85 changed files with 5 additions and 25316 deletions
-1
View File
@@ -1,6 +1,5 @@
#include "../include/editor_op.h"
#include "../include/row_op.h"
#include "data.h"
extern struct editorConfig E;
-1
View File
@@ -1,7 +1,6 @@
#include "../include/file_io.h"
#include "../include/input.h"
#include "../include/output.h"
#include "data.h"
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
+2 -2
View File
@@ -5,8 +5,8 @@
#include <stdio.h>
#define LISP_IMPLEMENTATION
#include "../lisp-interpreter/dist/lisp.h"
#include "../lisp-interpreter/dist/lisp_lib.h"
#include "../include/lisp.h"
#include "../include/lisp_lib.h"
extern struct editorConfig;
-1
View File
@@ -1,5 +1,4 @@
#include "../include/row_op.h"
#include "data.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>