8 lines
116 B
C
8 lines
116 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
#include "scan.h"
|
|
|
|
int create_threads(struct scan *general, uint8_t nb_threads);
|