看板 Linux 關於我們 聯絡資訊
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