mailing list of musl libc
 help / color / mirror / code / Atom feed
de9ffd2ced1011908f173022f41efd7765ab7389 blob 139 bytes (raw)

1
2
3
4
5
6
 
#include <stdlib.h>

unsigned long long strtoull_l(const char *n, char **end, int base, locale_t l)
{
    return strtoull(n, end, base);
}
debug log:

solving de9ffd2 ...
found de9ffd2 in https://inbox.vuxu.org/musl/1318260829.727548.21231@legion/ ||
	https://inbox.vuxu.org/musl/1318260629.591757.21186@legion/

applying [1/2] https://inbox.vuxu.org/musl/1318260829.727548.21231@legion/
diff --git a/src/stdlib/strtoull_l.c b/src/stdlib/strtoull_l.c
new file mode 100644
index 0000000..de9ffd2

Checking patch src/stdlib/strtoull_l.c...
Applied patch src/stdlib/strtoull_l.c cleanly.

skipping https://inbox.vuxu.org/musl/1318260629.591757.21186@legion/ for de9ffd2
index at:
100644 de9ffd2ced1011908f173022f41efd7765ab7389	src/stdlib/strtoull_l.c

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).