- 论坛徽章:
- 0
|
请教各位 LINUX下ANSI C 编程中关于system()返回值以及运行情况
To use the system( ) function, you give it a character array that you would normally type at the operating system command prompt. This can also include command-line arguments, and the character array can be one that you fabricate at run time. The command executes and control returns to the program. You can find definition of system() in the header file stdlib.h. It is a pure c header file. I am confused about why you wanna know the return value of that function. |
|