libkipr
1.0.0
time.h
Go to the documentation of this file.
1
#ifndef _KIPR_TIME_TIME_H_
2
#define _KIPR_TIME_TIME_H_
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
void
msleep
(
long
msecs);
9
10
unsigned
long
systime
();
11
12
double
seconds
();
13
14
#ifdef __cplusplus
15
}
16
#endif
17
18
#endif
seconds
double seconds()
systime
unsigned long systime()
msleep
void msleep(long msecs)
module
time
public
kipr
time
time.h
Generated by
1.9.1