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