mailing list of musl libc
 help / color / mirror / code / Atom feed
5950943a00345e02284eca55bae522781acca35a blob 115 bytes (raw)

1
2
3
4
5
6
7
 
#include "time32.h"
#include <time.h>

double __difftime32(time32_t t1, time32_t t2)
{
	return difftime(t1, t2);
}
debug log:

solving 5950943a ...
found 5950943a in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).