This commit is contained in:
2023-08-14 23:54:18 +02:00
parent fc6ef0f267
commit 00bd68d09f
3 changed files with 50 additions and 0 deletions

View File

@@ -2,7 +2,10 @@
#ifndef CWORKER_H_QWERTY
#define CWORKER_H_QWERTY
#include <stdint.h>
typedef struct {
int64_t port;
} cworker_t;
int cworker_init(cworker_t* worker);