Files
c-prime/source/templateInstanceProperty.h

19 lines
189 B
C
Raw Normal View History

2025-11-17 10:28:09 +01:00
#ifndef _templateInstancePropety
#define _templateInstancePropety
#include <stdio.h>
#include <array.h>
struct templateInstanceProperty{
char * namepace;
char * value;
};
#endif