mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
8 lines
39 B
C
8 lines
39 B
C
|
|
void exit(int);
|
|
|
|
main()
|
|
{
|
|
exit(0);
|
|
}
|