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: Usando Git para manipular el directorio de trabajo, el índice y commits (segunda parte) |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|