Files
helmetc/server_test.c
Олег Бородин bd89591945 work in progess
2025-10-16 17:46:55 +02:00

23 lines
293 B
C

/*
*
* Copyright 2023 Oleg Borodin <borodin@unix7.org>
*
*/
#include <stdio.h>
//#include <fcntl.h>
//#include <clconfig.h>
#include <massert.h>
#include <server.h>
int main(int argc, char** argv) {
(void)argc;
(void)argv;
server_init();
return 0;
}