mirror of
https://github.com/diegocr/libnix.git
synced 2026-09-12 11:40:30 +00:00
5 lines
70 B
C
5 lines
70 B
C
#include <time.h>
|
|
|
|
double difftime(time_t a,time_t b)
|
|
{ return a-b; }
|