- strtoll() and strtoull() are copies of strtol() and strtoul() with types changed to long long instead of long. - added tests - added documentation - removed stubs from civetweb sample Signed-off-by: Gerhard Jörges <joerges@metratec.com> |
||
|---|---|---|
| .. | ||
| abort.c | ||
| atoi.c | ||
| bsearch.c | ||
| exit.c | ||
| malloc.c | ||
| qsort.c | ||
| rand.c | ||
| strtol.c | ||
| strtoll.c | ||
| strtoul.c | ||
| strtoull.c | ||