Files
c-prime/source/templateInstanceProperty.h
2025-11-17 10:28:09 +01:00

19 lines
189 B
C

#ifndef _templateInstancePropety
#define _templateInstancePropety
#include <stdio.h>
#include <array.h>
struct templateInstanceProperty{
char * namepace;
char * value;
};
#endif