Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No errors, no run. Should present syntax error. #28

Open
derrell opened this issue Oct 13, 2014 · 0 comments
Open

No errors, no run. Should present syntax error. #28

derrell opened this issue Oct 13, 2014 · 0 comments
Labels

Comments

@derrell
Copy link
Owner

derrell commented Oct 13, 2014

Note incorrect syntax of draw_greenSquare function definition (missing parameter list)

#include <stdio.h>
#include <draw.h>

void draw_greenSquare
{
}

int main(int argc, char * argv[])
{     
    printf("in main\n");
    draw_greenSquare();
    return 0;
}
@derrell derrell added the bug label Oct 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant