index
:
terminal-media-launcher.git
master
testing
A lightweight Terminal Media Launcher written in C
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
read_cfg.h
blob: 36ed0560641da54c4bd1becbf54caef796a77dbf (
plain
)
1
2
3
4
5
6
7
8
#ifndef READ_CFG_H #define READ_CFG_H void cfg_interp(); int get_compmode(); #endif