feat: read files and split them by lines
This commit is contained in:
parent
390f2d367a
commit
4e4e7be60e
4 changed files with 70 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue