How to make timer in C

Newbie Member
27Jun2007,14:33   #1
otac's Avatar
Hello everyone,

This is my first post on this forum. What I would like to know is it possible to make some kind of a timer in C so that I can call a function periodicly. Maybe somethin with time_t or something else. If anybody has any examples it would be wellcomed.

Thanx
Go4Expert Member
1Oct2007,17:50   #2
An007kit's Avatar
You can use the sleep or delay function.......they take time as argument and wait for the time ya have entered as argument....