看板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