#include "include.h" struct include * include_new() { struct include * includeInstance = malloc( sizeof( struct include ) ); return includeInstance; }