Correction

This commit is contained in:
Tom MOGULJAK 2023-10-19 10:34:17 +02:00
parent c1656ce3d6
commit 97353c3de5

View File

@ -5,6 +5,7 @@
#include <sys/wait.h>
#include <unistd.h>
#include <math.h>
#include <signal.h>
#define SIZE 1000
int search(const unsigned char *t, int start, int end, int n)