aboutsummaryrefslogtreecommitdiff
path: root/exit.h
blob: 39011c88d37456d17fba4144e0dc673c7024a703 (plain)
1
2
3
4
5
6
#ifndef EXIT_H
#define EXIT_H

extern void _exit();

#endif