CoSWoT Servient-C
Loading...
Searching...
No Matches
CoSIO.h
1//
2// Created by Yazid Chakib on 17/11/2022.
3//
4
5#ifndef SERVIENT_C_COSIO_H
6#define SERVIENT_C_COSIO_H
7
8#include "CoRTC.h"
9
14void initCoSIO(int argc, char* argv);
15
20void deleteCOSIO();
21
22#endif //SERVIENT_C_COSIO_H