adding meson build

This commit is contained in:
Arthur Barraux
2025-09-19 11:02:44 +02:00
parent 19601a0078
commit 91e247d1de
5 changed files with 65 additions and 32 deletions
+5
View File
@@ -8,6 +8,11 @@
#include <time.h>
#include <unistd.h>
extern char *strdup(const char *);
extern ssize_t getline(char **restrict lineptr, size_t *restrict n,
FILE *restrict stream);
extern int ftruncate(int fd, off_t length);
char *editorRowsToString(struct editorConfig *E, int *buffer_len) {
int tot_len = 0;
int j;