aboutsummaryrefslogtreecommitdiff
path: root/include/usr/main.h
blob: 9d0b76b83972723f9cacd8c8a6b3227dd792e605 (plain)
1
2
3
4
5
6
#ifndef USR_MAIN_H
#define USR_MAIN_H

void main(void);

#endif