#ifndef _templateInstance #define _templateInstance #include #include #include "stdlib.h" struct templateInstance{ struct array * argumentValues; // not properties }; struct templateInstance * templateInstance_new(); #endif