#include "CImg.h" using namespace cimg_library; extern "C" { void hello_world() { cimg::info(); } }