language considerations, header example, headers, examples" />
Using C from C++ When using C functions from a C++ program, include headers as in the following example: extern "C" { #include <string.h> }
When using C functions from a C++ program, include headers as in the following example:
extern "C" { #include <string.h> }