feat: read files and split them by lines

This commit is contained in:
lisk77 2025-08-16 08:16:04 +02:00
parent 390f2d367a
commit 4e4e7be60e
4 changed files with 70 additions and 1 deletions

View file

@ -1,5 +1,9 @@
#ifndef MYERS_H
#define MYERS_H
#include <string.h>
#include "action_list.h"
ActionList* myers_diff(char**, char**, uint64_t, uint64_t);
#endif // MYERS_H