Your IP : 18.191.240.117


Current Path : /usr/share/doc/python-pycparser-2.14/examples/c_files/
Upload File :
Current File : //usr/share/doc/python-pycparser-2.14/examples/c_files/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";
    
    
}