1
1

7 строки
93 B
C
Исходник Обычный вид История

#ifndef MISC_H
#define MISC_H
int gettimeofday(struct timeval *,struct timezone *);
#endif