tcp-chat/src/chat.h

6 lines
118 B
C

#pragma once
#include "tlibc/errors.h"
Result(void) client_run();
Result(void) server_run(cstr server_endpoint_str);