I have seen this expression in the code of other developer and I cannot get the meaning of it, the code line is:
typedef struct _Space Space;
So, for the syntax I reckon that _Space
is a kind of variable or something similar but I do not know what kind of variable it is (integer, string, Boolean, etc).
Anyone have any idea??