Add functionality for running external programs to the std lib

See lib/run_program.rs.
This commit is contained in:
Marijn Haverbeke
2011-03-11 13:30:18 +01:00
committed by Graydon Hoare
parent 441697ab35
commit ea5dc54c3f
10 changed files with 280 additions and 9 deletions

View File

@@ -1,7 +1,4 @@
#include <dirent.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "rust_internal.h"
/* Native builtins. */