1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-07 01:58:28 +03:00
2007-10-10 12:58:10 -05:00

8 lines
39 B
C

void exit(int);
main()
{
exit(0);
}