Main index | Section 3 | 日本語 | Deutsch | Options |
#include <stdlib.h>
If string is a NULL pointer, system() will return non-zero if the command interpreter sh(1) is available, and zero if it is not.
SYSTEM (3) | July 25, 2015 |
Main index | Section 3 | 日本語 | Deutsch | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | Never write it in C if you can do it in `awk'; Never do it in `awk' if `sed' can handle it; Never use `sed' when `tr' can do the job; Never invoke `tr' when `cat' is sufficient; Avoid using `cat' whenever possible. |
” |
— Taylor's Laws of Programming |