mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
8 lines
39 B
C
8 lines
39 B
C
|
|
void exit(int);
|
|
|
|
main()
|
|
{
|
|
exit(0);
|
|
}
|