psrdada-sys 0.2.2

Bindgen wrappers for psrdada
Documentation
1
2
3
4
5
6
7
8
9
#ifndef __DADA_DIFF_TIME_H
#define __DADA_DIFF_TIME_H

#include <sys/time.h>

double diff_time ( struct timeval time1, struct timeval time2 );

#endif