cpp

  1. Aaron_VanAlstine

    Solved Makefile not including preprocessor?

    I'm running FreeBSD 14.1 and clang version 18.1.5. I installed the json-c version 0.17 library via pkg and it exists in /usr/local/lib and the headers are in /usr/local/include/json-c. This is my code: #include <stdio.h> #include <stdlib.h> #include <json-c/json.h> int main(void) { //...
Back
Top