Rivoreo Source Code Repositories
src.rivoreo.one
/
net
/
facil.io
/
c08e5ed2bda0188a4275137cec46c1c1e9dc5a4a
/
.
/
examples
/
boiler_plates
/
http
/
dev
/
cli.h
blob: 50a892502328631bcede4816597e108a948a7f92 [
file
] [
log
] [
blame
] [
raw
]
#ifndef
H_APP_CLI_H
#define
H_APP_CLI_H
void
initialize_cli
(
int
argc
,
char
const
*
argv
[]);
void
free_cli
(
void
);
#endif