mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
8dfd1daf30
metze (This used to be commit 11495a42b97b62b1f54cfb98909e937d370fdd4a)
8 lines
39 B
C
8 lines
39 B
C
|
|
void exit(int);
|
|
|
|
main()
|
|
{
|
|
exit(0);
|
|
}
|