Add functionality for running external programs to the std lib
See lib/run_program.rs.
This commit is contained in:
committed by
Graydon Hoare
parent
441697ab35
commit
ea5dc54c3f
@@ -1,7 +1,4 @@
|
||||
|
||||
#include <dirent.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include "rust_internal.h"
|
||||
|
||||
/* Native builtins. */
|
||||
|
||||
Reference in New Issue
Block a user