liblinux/src/include/start.h

9 lines
101 B
C

#ifndef LIBLINUX_START_H
#define LIBLINUX_START_H
#include <linux/unistd.h>
void _start();
#endif