closed <closedpath.bbs@ptt.cc> wrote:
> //---------以下是程式碼:---------------------
> #include <stdio.h>
> int main()
> {
> printf("Hello World\n");
> exit(0);
> }
exit - cause normal process termination
SYNOPSIS
#include <stdlib.h> <-------------------
void exit(int status);
--
My Projects:
http://hyperrate.com
討論串 (同標題文章)
完整討論串 (本文為第 3 之 3 篇):