Dashboard
PHP:
8.3.33
OS:
Linux
User:
bizguru
/
/
usr
/
share
/
doc
/
python3-pycparser
/
examples
/
c_files
📤 Upload
📝 New File
📁 New Folder
Close
Editing: funky.c
char foo(void) { return '1'; } int maxout_in(int paste, char** matrix) { char o = foo(); return (int) matrix[1][2] * 5 - paste; } int main() { auto char* multi = "a multi"; }
Save
Cancel