3a9179a0d7
This commit was SVN r6267.
7 строки
93 B
C
7 строки
93 B
C
#ifndef MISC_H
|
|
#define MISC_H
|
|
|
|
int gettimeofday(struct timeval *,struct timezone *);
|
|
|
|
#endif
|