10 lines
128 B
C
10 lines
128 B
C
|
|
#ifndef STRUCT_IDENTIFIER_VALUE
|
|
#define STRUCT_IDENTIFIER_VALUE
|
|
|
|
struct identifier_value
|
|
{
|
|
struct string* name;
|
|
};
|
|
|
|
#endif
|