aboutsummaryrefslogtreecommitdiff
path: root/src/modules/os/os.h
blob: d90792ea7c2b40c7a615436b0b6c03693e1ce00a (plain) (blame)
1
2
3
4
5
6
#ifndef OS_H
#define OS_H

int os(void);

#endif