1 2 3 4 5 6 7 8 9 10
#ifndef SHARED_LIBRARY_H #define SHARED_LIBRARY_H void * mysharedfunc (unsigned int size); #endif