Rivoreo Source Code Repositories
src.rivoreo.one
/
net
/
facil.io
/
0.5.6
/
.
/
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