index
:
openlinux.git
master
Openlinux source tree
Kacper Fiedorowicz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
system.c
blob: 4f560ce15e7122566fed46b016248b0696acb6ea (
plain
)
1
2
3
4
5
6
7
#include <stdlib.h> int system(const char *command) { // TODO return 0; }