#include <stdio.h>
#include <time.h>
#include<stdlib.h>
//void prueba(void);
void prueba(){
printf("hola mundo");
int funcion(int *a){
int *reca=NULL;
//int *recb=b;
return 0;
}
int main(int argc, char *argv[])
{
int retorno=0;
int *para;
int *parb;
struct cajas{
int *search;
int id;
char mensaje[8];
};
cajas caja;
prueba();
retorno=funcion(para);
time_t t;
int contador=0;
//time(&t)= printf("%d",t);
struct tm *tm_info;
tm_info=localtime(&t);
printf("hola mundo\n %s", asctime(tm_info));
contador= contador +1;
return 0;
}
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
#include <stdio.h>
#include <time.h>
#include<stdlib.h>
//void prueba(void);
void prueba(){
printf("hola mundo");
int funcion(int *a){
int *reca=NULL;
//int *recb=b;
return 0;
}
int main(int argc, char *argv[])
{
int retorno=0;
int *para;
int *parb;
}
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.