Código:
typedef struct {
char cidade[20];
double datos[365];
int n_datos;
}T_TEMP;
struct T_TEMP *espacio;
espacio=(struct T_TEMP*)malloc(n*sizeof(struct T_TEMP));
return(*espacio);
alguien me puede decir cual es m fallo.
|
|||
|
Tema destacado: Estamos en la red social de Mastodon |
|
|