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

implicit declaration of function ‘fprint’ #6

Open
cestlascorpion opened this issue Nov 7, 2019 · 3 comments
Open

implicit declaration of function ‘fprint’ #6

cestlascorpion opened this issue Nov 7, 2019 · 3 comments

Comments

@cestlascorpion
Copy link

adaptsize.c: In function ‘main’:
adaptsize.c:32:7: error: implicit declaration of function ‘fprint’; did you mean ‘fprintf’? [-Werror=implicit-function-declaration]
fprint(stderr, "Unusual size of %l bytes for a memory cache.\nDid you state cachesize in GB?\nExiting", cache_size);
^~~~~~
fprintf

@xiaohu4313888
Copy link

when i compile this project, i meet the same proble, have you find the way to slove it?

@cestlascorpion
Copy link
Author

when i compile this project, i meet the same proble, have you find the way to slove it?

can't remember 😂

@mchemweno
Copy link

same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants