19 lines
189 B
C
19 lines
189 B
C
#ifndef _templateInstancePropety
|
|
|
|
#define _templateInstancePropety
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <array.h>
|
|
|
|
struct templateInstanceProperty{
|
|
|
|
char * namepace;
|
|
|
|
char * value;
|
|
|
|
};
|
|
|
|
|
|
#endif |