/* * This file is automaticaly generated, Please dont edit this file! */ #include header header_new() { header instance; instance.__classIndex = 15; return instance; } header * header_newPointer() { struct header * pointer = malloc( sizeof ( struct header ) ); pointer->__classIndex = 15; return pointer; }