summaryrefslogtreecommitdiff
path: root/src/os.h
blob: 49430365abd4664abc69bf4f8ccae827cb5051fb (plain)
1
2
3
4
5
6
#ifndef OS_H
#define OS_H

const char *display_os();

#endif