-
antnh6@gmail.com authoredantnh6@gmail.com authored
request.h 106 B
#ifndef REQUEST_H
#define REQUEST_H
typedef struct req {
int n;
void* args[2];
} Request;
#endif
#ifndef REQUEST_H
#define REQUEST_H
typedef struct req {
int n;
void* args[2];
} Request;
#endif