This repository has been archived on 2024-06-18. You can view files and clone it, but cannot push or open issues/pull-requests.
|
#include "../src/ipc.h"
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
/***
|
|
* TODO
|
|
*/
|
|
|
|
// int main(int argc, char * argv[])
|
|
int main(void)
|
|
{
|
|
return EXIT_SUCCESS;
|
|
}
|