Re: timer with C



Salut Manu,

I want to launch a function or a procedure every 100 ms, in an console mode
application

Is there any howto for this?

Use for instance POSIX:TMR interval timer:
man timer_create
man timer_settime

HTH,
Loic.

.