summaryrefslogtreecommitdiff
path: root/checkpasswd/exit.h
blob: 614f9d1212eaab2403f4bfe2330eed7c12cbc6dd (plain)
1
2
3
4
5
6
#ifndef EXIT_H
#define EXIT_H

extern void _exit(int);

#endif