8 lines
48 B
C
8 lines
48 B
C
|
|
class header{
|
|
|
|
char * name;
|
|
|
|
char * value;
|
|
|
|
} |