All Classes Namespaces Files Functions Variables Enumerations Enumerator
libs/system/c/delay.h
Go to the documentation of this file.
00001 #ifndef QRK_C_DELAY_H
00002 #define QRK_C_DELAY_H
00003 
00021 void delay(int msec);
00022 
00023 #endif /* !QRK_C_DELAY_H */