12 lines
147 B
C
12 lines
147 B
C
//
|
|
// Created by Ajurna on 30/07/2025.
|
|
//
|
|
|
|
#ifndef SERVER05_H
|
|
#define SERVER05_H
|
|
|
|
#endif //SERVER05_H
|
|
|
|
typedef struct HandleArgs {
|
|
|
|
}handle_args_t; |