how to write delay code in c?
Ans
To perform an efficient delay you need to use a non standard function provided by the operating system for example sleep(...) in Linux or Sleep(...) in Windows.
There is no standard way of efficiently delaying without using processor cycles.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment