9 lines
63 B
C
9 lines
63 B
C
|
|
||
|
class clKalle
|
||
|
{
|
||
|
public:
|
||
|
int i;
|
||
|
clKalle();
|
||
|
};
|
||
|
|