Top "C-libraries" questions

Is the %zu specifier required for printf?

We are using C89 on an embedded platform. I attempted to print out a size_t, but it did not …

c printf c89 size-t c-libraries
error while loading shared libraries: libgomp.so.1: , wrong GCC version?

While executing a 3rd party c++ program I get the following error: error while loading shared libraries: libgomp.so.1: cannot …

c++ gcc c-libraries