index
:
cplus
master
24-25 b13 cplus: eindopdracht
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
frontend
/
cli.h
blob: a069d7a520d543b8f2bd08efeaa05b9f6e03bdbc (
plain
)
1
2
3
4
5
6
7
8
#pragma once
#include
<string>
void
cli_main
();
std
::
string
cli_readline
();