organisation des des fichiers

This commit is contained in:
Arthur Barraux
2024-09-23 17:51:59 +02:00
parent ca215da58e
commit c613eb6978
20 changed files with 538 additions and 449 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef ROW_OP_H_
#define ROW_OP_H_
#include "data.h"
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
void editorAppendRow(struct editorConfig *E, char *s, size_t len);
#endif // ROW_OP_H_