index
:
me.git
master
A minimalist text editor
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils.h
blob: 35c600aa5627704be5f416a80f1fd75fef219c61 (
plain
)
1
2
3
4
5
6
7
8
#ifndef UTILS_H
#define UTILS_H
namespace
Utils
{
char
getch
();
}
#endif