one system API available setOStimer(time n, function ptr, function
arg) it sets time for n sec. after expiration of timer it calls
function. if another timer set with setOStimer, it will erase
previously sets timer.
Ex. at t = 0, setOStimer(5,fn,arg) at t = 4, setOStimer(10,fn1,arg1)
now first timer removed. Question is using this API, write own API
setTimer(), it will use given API. So that it will not erase
previously set timer.

Thanks
Shashank

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to