index
:
winx
master
Ein kleines Betriebssystem-Projekt
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
timer.h
blob: cfe05fc9f3bc04202eb6d7dcaf7473c84231ee37 (
plain
)
1
2
3
4
5
typedef struct _TIMER { unsigned long time; } TIMER; void sleep(unsigned long ms);