diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-21 16:01:41 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-21 16:01:41 +0100 |
| commit | 904f68134bb3f6b50629ddcb6007b3a735ce4b72 (patch) | |
| tree | cda8ea0fb81e8db44c8dfd1a4a96a7b1a301f81a /userspace/brainfuck.c | |
| parent | 65a859ac5b721c8d3e0123351ad99690e2e7a876 (diff) | |
working on ELF bin support
Diffstat (limited to 'userspace/brainfuck.c')
| -rw-r--r-- | userspace/brainfuck.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/userspace/brainfuck.c b/userspace/brainfuck.c index fdabb3c..6bb28cb 100644 --- a/userspace/brainfuck.c +++ b/userspace/brainfuck.c @@ -16,9 +16,6 @@ */ -// ADDED BY FOOLOS : foolos syscalls! -#include "syscalls.c" - #include <stdio.h> #include <stdlib.h> #include <string.h> |
