AdaptSize
AdaptSize copied to clipboard
implicit declaration of function ‘fprint’
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
when i compile this project, i meet the same proble, have you find the way to slove it?
when i compile this project, i meet the same proble, have you find the way to slove it?
can't remember 😂
same issue