5 lines
91 B
C
5 lines
91 B
C
#pragma once
|
|
#include "tlibc/errors.h"
|
|
|
|
Result(void) server_run(cstr server_endpoint_str);
|