看板Linux
標 題Re: [問題] 一個很笨,有關gcc的問題
發信站gcin (Mon Jul 7 05:46:50 2008)
轉信站ptt!ctu-reader!ctu-gate!news.nctu!news.ntu!not-for-mail
closed <
[email protected]> 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