Results 1 to 1 of 1
how to use the function "current_kernel_time()" ???
I wrote like
#include <stdio.h>
#include <sys/time.h>
int main()
{
struct timespec t1;
t1 = current_kernel_time();
return 0;
}
it give me error ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-10-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 1
current_kernel_time()
how to use the function "current_kernel_time()" ???
I wrote like
#include <stdio.h>
#include <sys/time.h>
int main()
{
struct timespec t1;
t1 = current_kernel_time();
return 0;
}
it give me error that incompatible type is used on t1 ????
anybody .... please help ????
thanks


Reply With Quote
