7 lines
64 B
C
7 lines
64 B
C
|
#ifndef _DELAY_H_
|
||
|
#define _DELAY_H_
|
||
|
|
||
|
|
||
|
void delay(int i);
|
||
|
|
||
|
#endif
|