10 lines
86 B
C
10 lines
86 B
C
|
|
#ifndef STRUCT_NULL_VALUE
|
|
#define STRUCT_NULL_VALUE
|
|
|
|
struct null_value
|
|
{
|
|
|
|
};
|
|
|
|
#endif
|