#ifndef SHARED_LIBRARY_H #define SHARED_LIBRARY_H void * mysharedfunc (unsigned int size); #endif