dasebe / AdaptSize

A caching system that maximizes hit ratios under highly variable traffic.
BSD 2-Clause "Simplified" License
40 stars 4 forks source link

implicit declaration of function ‘fprint’ #6

Open cestlascorpion opened 4 years ago

cestlascorpion commented 4 years ago

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 commented 3 years ago

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

cestlascorpion commented 3 years ago

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

can't remember 😂

mchemweno commented 3 years ago

same issue