difftime.c\time\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/time/difftime.c
blob: 80a18cc0bc60eb50b6ab4bbae521f3752d6c3187 (plain) (blame)
1
2
3
4
5
6
#include <time.h>
double difftime(time_t t1, time_t t0)
{
	return t1-t0;
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月25日 14:09:41 +0000

AltStyle によって変換されたページ (->オリジナル) /