Jump to content

Execute Brain****/C: Difference between revisions

no edit summary
(Created page with 'This is a simple function that will run Brain**** code. The code can be fed from a file or anything else. Here it's entered directly (it reverses a string you type). <lang c>#in…')
 
No edit summary
Line 110:
case '.':
//Output current cell
printfputchar("%c", p_cells[cell_iter]);
break;
 
case ',':
//Grab 1 char input
p_cells[cell_iter]=getcgetchar(stdin);
break;
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.