I have the following struct:
我有以下结构:
struct postsTempo {
int ano;
ShortData dias[373];
struct postsTempo* prox;
};
structI have the following struct:
我有以下结构:
struct postsTempo {
int ano;
ShortData dias[373];
struct postsTempo* prox;
};
struct