42_ft_nmap/include/thread.h

8 lines
116 B
C

#pragma once
#include <stdint.h>
#include "scan.h"
int create_threads(struct scan *general, uint8_t nb_threads);