comparison seobeo/include/server.h @ 0:5695ef413be0

Initialized mono repo with bazels with few examples.
author June Park <parkjune1995@gmail.com>
date Tue, 23 Sep 2025 10:05:25 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:5695ef413be0
1 #ifndef SEOBEO_SERVER_H
2 #define SEOBEO_SERVER_H
3
4 void CreateSocket(int *server_fd);
5
6
7 #endif