bksides / bfc

A brainfuck compiler written in C for linux machines running on the x86_64 architecture.
0 stars 0 forks source link

Fix warnings on compilation of bfc.c #2

Open bksides opened 7 years ago

bksides commented 7 years ago

bfc.c:164:12: warning: implicit declaration of function ‘fork’ [-Wimplicit-function-declaration] int pid = fork(); ^ bfc.c:196:3: warning: implicit declaration of function ‘execvp’ [-Wimplicit-function-declaration] execvp("/usr/bin/gcc", args);