Shows the difference between the three time functions. See the example explained.
#include <Ecore.h>
#include <unistd.h>
_timer_cb(void *data)
{
printf("\nSleep for 1 second...\n\n");
sleep(1);
}
int
main(int argc, char **argv)
{
{
printf("ERROR: Cannot init Ecore!\n");
return -1;
}
}