├── .gitignore ├── LICENSE ├── Makefile ├── README ├── TODO ├── _enprintf.c ├── _eprintf.c ├── _venprintf.c ├── _veprintf.c ├── abs.c ├── abspath.c ├── aligned_allocn.c ├── aligned_allocz.c ├── aligned_alloczn.c ├── aligned_memdup.c ├── aligned_realloc.c ├── aligned_reallocarray.c ├── aligned_reallocarrayf.c ├── aligned_reallocf.c ├── aligned_reallocfn.c ├── aligned_reallocn.c ├── aligned_strdup.c ├── aligned_strndup.c ├── aligned_wcsdup.c ├── aligned_wcsndup.c ├── aligned_wmemdup.c ├── allocn.c ├── asprintf.c ├── bindex.c ├── bindex_r.c ├── bindtemp_un.c ├── callocn.c ├── close.c ├── close_range.c ├── cmp_doublep.c ├── cmp_doublepp.c ├── cmp_doublepp_nul.c ├── cmp_floatp.c ├── cmp_floatpp.c ├── cmp_floatpp_nul.c ├── cmp_int16p.c ├── cmp_int16pp.c ├── cmp_int16pp_nul.c ├── cmp_int32p.c ├── cmp_int32pp.c ├── cmp_int32pp_nul.c ├── cmp_int64p.c ├── cmp_int64pp.c ├── cmp_int64pp_nul.c ├── cmp_int8p.c ├── cmp_int8pp.c ├── cmp_int8pp_nul.c ├── cmp_int_least16p.c ├── cmp_int_least16pp.c ├── cmp_int_least16pp_nul.c ├── cmp_int_least32p.c ├── cmp_int_least32pp.c ├── cmp_int_least32pp_nul.c ├── cmp_int_least64p.c ├── cmp_int_least64pp.c ├── cmp_int_least64pp_nul.c ├── cmp_int_least8p.c ├── cmp_int_least8pp.c ├── cmp_int_least8pp_nul.c ├── cmp_intmaxp.c ├── cmp_intmaxpp.c ├── cmp_intmaxpp_nul.c ├── cmp_intp.c ├── cmp_intpp.c ├── cmp_intpp_nul.c ├── cmp_intptrp.c ├── cmp_intptrpp.c ├── cmp_intptrpp_nul.c ├── cmp_llongp.c ├── cmp_llongpp.c ├── cmp_llongpp_nul.c ├── cmp_longp.c ├── cmp_longpp.c ├── cmp_longpp_nul.c ├── cmp_nul_doublepp.c ├── cmp_nul_floatpp.c ├── cmp_nul_int16pp.c ├── cmp_nul_int32pp.c ├── cmp_nul_int64pp.c ├── cmp_nul_int8pp.c ├── cmp_nul_int_least16pp.c ├── cmp_nul_int_least32pp.c ├── cmp_nul_int_least64pp.c ├── cmp_nul_int_least8pp.c ├── cmp_nul_intmaxpp.c ├── cmp_nul_intpp.c ├── cmp_nul_intptrpp.c ├── cmp_nul_llongpp.c ├── cmp_nul_longpp.c ├── cmp_nul_ptrdiffpp.c ├── cmp_nul_rev_doublepp.c ├── cmp_nul_rev_floatpp.c ├── cmp_nul_rev_int16pp.c ├── cmp_nul_rev_int32pp.c ├── cmp_nul_rev_int64pp.c ├── cmp_nul_rev_int8pp.c ├── cmp_nul_rev_int_least16pp.c ├── cmp_nul_rev_int_least32pp.c ├── cmp_nul_rev_int_least64pp.c ├── cmp_nul_rev_int_least8pp.c ├── cmp_nul_rev_intmaxpp.c ├── cmp_nul_rev_intpp.c ├── cmp_nul_rev_intptrpp.c ├── cmp_nul_rev_llongpp.c ├── cmp_nul_rev_longpp.c ├── cmp_nul_rev_ptrdiffpp.c ├── cmp_nul_rev_scharpp.c ├── cmp_nul_rev_shortpp.c ├── cmp_nul_rev_sizepp.c ├── cmp_nul_rev_ssizepp.c ├── cmp_nul_rev_strpp.c ├── cmp_nul_rev_ucharpp.c ├── cmp_nul_rev_uint16pp.c ├── cmp_nul_rev_uint32pp.c ├── cmp_nul_rev_uint64pp.c ├── cmp_nul_rev_uint8pp.c ├── cmp_nul_rev_uint_least16pp.c ├── cmp_nul_rev_uint_least32pp.c ├── cmp_nul_rev_uint_least64pp.c ├── cmp_nul_rev_uint_least8pp.c ├── cmp_nul_rev_uintmaxpp.c ├── cmp_nul_rev_uintpp.c ├── cmp_nul_rev_uintptrpp.c ├── cmp_nul_rev_ullongpp.c ├── cmp_nul_rev_ulongpp.c ├── cmp_nul_rev_ushortpp.c ├── cmp_nul_scharpp.c ├── cmp_nul_shortpp.c ├── cmp_nul_sizepp.c ├── cmp_nul_ssizepp.c ├── cmp_nul_strpp.c ├── cmp_nul_ucharpp.c ├── cmp_nul_uint16pp.c ├── cmp_nul_uint32pp.c ├── cmp_nul_uint64pp.c ├── cmp_nul_uint8pp.c ├── cmp_nul_uint_least16pp.c ├── cmp_nul_uint_least32pp.c ├── cmp_nul_uint_least64pp.c ├── cmp_nul_uint_least8pp.c ├── cmp_nul_uintmaxpp.c ├── cmp_nul_uintpp.c ├── cmp_nul_uintptrpp.c ├── cmp_nul_ullongpp.c ├── cmp_nul_ulongpp.c ├── cmp_nul_ushortpp.c ├── cmp_ptrdiffp.c ├── cmp_ptrdiffpp.c ├── cmp_ptrdiffpp_nul.c ├── cmp_rev_doublep.c ├── cmp_rev_doublepp.c ├── cmp_rev_doublepp_nul.c ├── cmp_rev_floatp.c ├── cmp_rev_floatpp.c ├── cmp_rev_floatpp_nul.c ├── cmp_rev_int16p.c ├── cmp_rev_int16pp.c ├── cmp_rev_int16pp_nul.c ├── cmp_rev_int32p.c ├── cmp_rev_int32pp.c ├── cmp_rev_int32pp_nul.c ├── cmp_rev_int64p.c ├── cmp_rev_int64pp.c ├── cmp_rev_int64pp_nul.c ├── cmp_rev_int8p.c ├── cmp_rev_int8pp.c ├── cmp_rev_int8pp_nul.c ├── cmp_rev_int_least16p.c ├── cmp_rev_int_least16pp.c ├── cmp_rev_int_least16pp_nul.c ├── cmp_rev_int_least32p.c ├── cmp_rev_int_least32pp.c ├── cmp_rev_int_least32pp_nul.c ├── cmp_rev_int_least64p.c ├── cmp_rev_int_least64pp.c ├── cmp_rev_int_least64pp_nul.c ├── cmp_rev_int_least8p.c ├── cmp_rev_int_least8pp.c ├── cmp_rev_int_least8pp_nul.c ├── cmp_rev_intmaxp.c ├── cmp_rev_intmaxpp.c ├── cmp_rev_intmaxpp_nul.c ├── cmp_rev_intp.c ├── cmp_rev_intpp.c ├── cmp_rev_intpp_nul.c ├── cmp_rev_intptrp.c ├── cmp_rev_intptrpp.c ├── cmp_rev_intptrpp_nul.c ├── cmp_rev_llongp.c ├── cmp_rev_llongpp.c ├── cmp_rev_llongpp_nul.c ├── cmp_rev_longp.c ├── cmp_rev_longpp.c ├── cmp_rev_longpp_nul.c ├── cmp_rev_ptrdiffp.c ├── cmp_rev_ptrdiffpp.c ├── cmp_rev_ptrdiffpp_nul.c ├── cmp_rev_scharp.c ├── cmp_rev_scharpp.c ├── cmp_rev_scharpp_nul.c ├── cmp_rev_shortp.c ├── cmp_rev_shortpp.c ├── cmp_rev_shortpp_nul.c ├── cmp_rev_sizep.c ├── cmp_rev_sizepp.c ├── cmp_rev_sizepp_nul.c ├── cmp_rev_ssizep.c ├── cmp_rev_ssizepp.c ├── cmp_rev_ssizepp_nul.c ├── cmp_rev_strp.c ├── cmp_rev_strpp.c ├── cmp_rev_strpp_nul.c ├── cmp_rev_ucharp.c ├── cmp_rev_ucharpp.c ├── cmp_rev_ucharpp_nul.c ├── cmp_rev_uint16p.c ├── cmp_rev_uint16pp.c ├── cmp_rev_uint16pp_nul.c ├── cmp_rev_uint32p.c ├── cmp_rev_uint32pp.c ├── cmp_rev_uint32pp_nul.c ├── cmp_rev_uint64p.c ├── cmp_rev_uint64pp.c ├── cmp_rev_uint64pp_nul.c ├── cmp_rev_uint8p.c ├── cmp_rev_uint8pp.c ├── cmp_rev_uint8pp_nul.c ├── cmp_rev_uint_least16p.c ├── cmp_rev_uint_least16pp.c ├── cmp_rev_uint_least16pp_nul.c ├── cmp_rev_uint_least32p.c ├── cmp_rev_uint_least32pp.c ├── cmp_rev_uint_least32pp_nul.c ├── cmp_rev_uint_least64p.c ├── cmp_rev_uint_least64pp.c ├── cmp_rev_uint_least64pp_nul.c ├── cmp_rev_uint_least8p.c ├── cmp_rev_uint_least8pp.c ├── cmp_rev_uint_least8pp_nul.c ├── cmp_rev_uintmaxp.c ├── cmp_rev_uintmaxpp.c ├── cmp_rev_uintmaxpp_nul.c ├── cmp_rev_uintp.c ├── cmp_rev_uintpp.c ├── cmp_rev_uintpp_nul.c ├── cmp_rev_uintptrp.c ├── cmp_rev_uintptrpp.c ├── cmp_rev_uintptrpp_nul.c ├── cmp_rev_ullongp.c ├── cmp_rev_ullongpp.c ├── cmp_rev_ullongpp_nul.c ├── cmp_rev_ulongp.c ├── cmp_rev_ulongpp.c ├── cmp_rev_ulongpp_nul.c ├── cmp_rev_ushortp.c ├── cmp_rev_ushortpp.c ├── cmp_rev_ushortpp_nul.c ├── cmp_scharp.c ├── cmp_scharpp.c ├── cmp_scharpp_nul.c ├── cmp_shortp.c ├── cmp_shortpp.c ├── cmp_shortpp_nul.c ├── cmp_sizep.c ├── cmp_sizepp.c ├── cmp_sizepp_nul.c ├── cmp_ssizep.c ├── cmp_ssizepp.c ├── cmp_ssizepp_nul.c ├── cmp_strp.c ├── cmp_strpp.c ├── cmp_strpp_nul.c ├── cmp_ucharp.c ├── cmp_ucharpp.c ├── cmp_ucharpp_nul.c ├── cmp_uint16p.c ├── cmp_uint16pp.c ├── cmp_uint16pp_nul.c ├── cmp_uint32p.c ├── cmp_uint32pp.c ├── cmp_uint32pp_nul.c ├── cmp_uint64p.c ├── cmp_uint64pp.c ├── cmp_uint64pp_nul.c ├── cmp_uint8p.c ├── cmp_uint8pp.c ├── cmp_uint8pp_nul.c ├── cmp_uint_least16p.c ├── cmp_uint_least16pp.c ├── cmp_uint_least16pp_nul.c ├── cmp_uint_least32p.c ├── cmp_uint_least32pp.c ├── cmp_uint_least32pp_nul.c ├── cmp_uint_least64p.c ├── cmp_uint_least64pp.c ├── cmp_uint_least64pp_nul.c ├── cmp_uint_least8p.c ├── cmp_uint_least8pp.c ├── cmp_uint_least8pp_nul.c ├── cmp_uintmaxp.c ├── cmp_uintmaxpp.c ├── cmp_uintmaxpp_nul.c ├── cmp_uintp.c ├── cmp_uintpp.c ├── cmp_uintpp_nul.c ├── cmp_uintptrp.c ├── cmp_uintptrpp.c ├── cmp_uintptrpp_nul.c ├── cmp_ullongp.c ├── cmp_ullongpp.c ├── cmp_ullongpp_nul.c ├── cmp_ulongp.c ├── cmp_ulongpp.c ├── cmp_ulongpp_nul.c ├── cmp_ushortp.c ├── cmp_ushortpp.c ├── cmp_ushortpp_nul.c ├── cmptimespec.c ├── cmptimeval.c ├── common.h ├── config.mk ├── diff.c ├── difftimespec.c ├── difftimeval.c ├── doubletotimespec.c ├── doubletotimeval.c ├── eabspath.c ├── ealigned_alloc.c ├── ealigned_allocn.c ├── ealigned_allocz.c ├── ealigned_alloczn.c ├── ealigned_memdup.c ├── ealigned_realloc.c ├── ealigned_reallocarray.c ├── ealigned_reallocn.c ├── ealigned_strdup.c ├── ealigned_strndup.c ├── ealigned_wcsdup.c ├── ealigned_wcsndup.c ├── ealigned_wmemdup.c ├── ecalloc.c ├── ecallocn.c ├── efreadlink.c ├── egetcwd.c ├── egetexecpath.c ├── egmtime.c ├── elocaltime.c ├── emalloc.c ├── emallocn.c ├── emallocz.c ├── emalloczn.c ├── ememalign.c ├── ememalignn.c ├── ememalignz.c ├── ememalignzn.c ├── ememalloc.c ├── ememdup.c ├── enabspath.c ├── enaligned_alloc.c ├── enaligned_allocn.c ├── enaligned_allocz.c ├── enaligned_alloczn.c ├── enaligned_memdup.c ├── enaligned_realloc.c ├── enaligned_reallocarray.c ├── enaligned_reallocn.c ├── enaligned_strdup.c ├── enaligned_strndup.c ├── enaligned_wcsdup.c ├── enaligned_wcsndup.c ├── enaligned_wmemdup.c ├── encalloc.c ├── encallocn.c ├── enfreadlink.c ├── engetcwd.c ├── engetexecpath.c ├── engmtime.c ├── enlocaltime.c ├── enmalloc.c ├── enmallocn.c ├── enmallocz.c ├── enmalloczn.c ├── enmemalign.c ├── enmemalignn.c ├── enmemalignz.c ├── enmemalignzn.c ├── enmemalloc.c ├── enmemdup.c ├── enposix_memalign.c ├── enposix_memalignn.c ├── enposix_memalignz.c ├── enposix_memalignzn.c ├── enprintf.c ├── enputenvf.c ├── enpvalloc.c ├── enpvallocn.c ├── enpvallocz.c ├── enpvalloczn.c ├── enreadlink.c ├── enreadlinkat.c ├── enreadmagiclink.c ├── enrealloc.c ├── enreallocarray.c ├── enreallocn.c ├── enstrdup.c ├── enstrndup.c ├── envaligned_allocn.c ├── envaligned_alloczn.c ├── envaligned_reallocn.c ├── envalloc.c ├── envallocn.c ├── envallocz.c ├── envalloczn.c ├── envcallocn.c ├── envmallocn.c ├── envmalloczn.c ├── envmemalignn.c ├── envmemalignzn.c ├── envmemalloc.c ├── envposix_memalignn.c ├── envposix_memalignzn.c ├── envputenvf.c ├── envpvallocn.c ├── envpvalloczn.c ├── envreallocn.c ├── envvallocn.c ├── envvalloczn.c ├── enwcsdup.c ├── enwcsndup.c ├── enwmemdup.c ├── eposix_memalign.c ├── eposix_memalignn.c ├── eposix_memalignz.c ├── eposix_memalignzn.c ├── eprintf.c ├── eputenvf.c ├── epvalloc.c ├── epvallocn.c ├── epvallocz.c ├── epvalloczn.c ├── ereadlink.c ├── ereadlinkat.c ├── ereadmagiclink.c ├── erealloc.c ├── ereallocarray.c ├── ereallocn.c ├── estrdup.c ├── estrndup.c ├── evaligned_allocn.c ├── evaligned_alloczn.c ├── evaligned_reallocn.c ├── evalloc.c ├── evallocn.c ├── evallocz.c ├── evalloczn.c ├── evcallocn.c ├── evmallocn.c ├── evmalloczn.c ├── evmemalignn.c ├── evmemalignzn.c ├── evmemalloc.c ├── evposix_memalignn.c ├── evposix_memalignzn.c ├── evputenvf.c ├── evpvallocn.c ├── evpvalloczn.c ├── evreallocn.c ├── evvallocn.c ├── evvalloczn.c ├── ewcsdup.c ├── ewcsndup.c ├── ewmemdup.c ├── execlat.c ├── execleat.c ├── execlpe.c ├── execvat.c ├── execveat.c ├── execvpe.c ├── fexecl.c ├── fexecle.c ├── fexecv.c ├── freadlink.c ├── generate_seed.c ├── get_stack_direction.c ├── get_stack_limit.c ├── get_stack_space.c ├── getcwd.c ├── getenv_e.c ├── getenv_ne.c ├── getexecpath.c ├── gmtime.c ├── habs.c ├── hdiff.c ├── hhabs.c ├── hhdiff.c ├── i16abs.c ├── i16diff.c ├── i32abs.c ├── i32diff.c ├── i64abs.c ├── i64diff.c ├── i8abs.c ├── i8diff.c ├── imaxabs.c ├── imaxdiff.c ├── inchrcaseset.c ├── inchrset.c ├── iptrabs.c ├── iptrdiff.c ├── labs.c ├── ldiff.c ├── libsimple-arg.c ├── libsimple-arg.h ├── libsimple.c ├── libsimple.h ├── libsimple ├── abs.h ├── aligned_alloc.h ├── aligned_allocz.h ├── aligned_memdup.h ├── aligned_realloc.h ├── aligned_strdup.h ├── aligned_strndup.h ├── aligned_wcsdup.h ├── aligned_wcsndup.h ├── aligned_wmemdup.h ├── array.h ├── ascii.h ├── calloc.h ├── definitions.h ├── env.h ├── exec.h ├── malloc.h ├── mallocz.h ├── mem.h ├── memalign.h ├── memalignz.h ├── memalloc.h ├── memdup.h ├── memelem.h ├── net.h ├── overflow.h ├── path.h ├── posix_memalign.h ├── posix_memalignz.h ├── printf.h ├── pvalloc.h ├── pvallocz.h ├── random.h ├── realloc.h ├── search.h ├── sort.h ├── stack.h ├── str.h ├── strdup.h ├── strn.h ├── strndup.h ├── strtoint.h ├── time.h ├── valloc.h ├── vallocz.h ├── wcsdup.h ├── wcsndup.h └── wmemdup.h ├── llabs.c ├── lldiff.c ├── localtime.c ├── mallocn.c ├── mallocz.c ├── malloczn.c ├── man0 ├── libsimple-arg.h.0 └── libsimple.h.0 ├── man3 ├── ARG.3libsimple ├── ARGALT.3libsimple ├── ARGBEGIN.3libsimple ├── ARGBEGIN2.3libsimple ├── ARGEND.3libsimple ├── ARGHERE.3libsimple ├── ARGMAPLONG.3libsimple ├── ARGNULL.3libsimple ├── ARGNUM.3libsimple ├── ELEMSOF.3libsimple ├── FLAG.3libsimple ├── INTSTRLEN.3libsimple ├── LFLAG.3libsimple ├── LIBSIMPLE_UNLIST.3 ├── MAX.3libsimple ├── MAX3.3libsimple ├── MIN.3libsimple ├── MIN3.3libsimple ├── NOFLAGS.3libsimple ├── NUSAGE.3libsimple ├── STRLEN.3libsimple ├── SUBARGBEGIN.3libsimple ├── TESTLONG.3libsimple ├── TYPE_MAX.3libsimple ├── TYPE_MIN.3libsimple ├── UNLIST.3libsimple ├── USAGE.3libsimple ├── _enprintf.3libsimple ├── _eprintf.3libsimple ├── _venprintf.3libsimple ├── _veprintf.3libsimple ├── aligned_allocn.3libsimple ├── aligned_allocz.3libsimple ├── aligned_alloczn.3libsimple ├── aligned_memdup.3libsimple ├── aligned_memdupa.3libsimple ├── aligned_realloc.3libsimple ├── aligned_reallocarray.3libsimple ├── aligned_reallocarrayf.3libsimple ├── aligned_reallocf.3libsimple ├── aligned_reallocfn.3libsimple ├── aligned_reallocn.3libsimple ├── aligned_strdup.3libsimple ├── aligned_strdupa.3libsimple ├── aligned_strndup.3libsimple ├── aligned_strndupa.3libsimple ├── aligned_wcsdup.3libsimple ├── aligned_wcsdupa.3libsimple ├── aligned_wcsndup.3libsimple ├── aligned_wcsndupa.3libsimple ├── aligned_wmemdup.3libsimple ├── aligned_wmemdupa.3libsimple ├── asprintf.3libsimple ├── asprintfa.3libsimple ├── callocn.3libsimple ├── cmptimespec.3libsimple ├── cmptimeval.3libsimple ├── difftimespec.3libsimple ├── difftimeval.3libsimple ├── doubletotimespec.3libsimple ├── doubletotimeval.3libsimple ├── ealigned_alloc.3libsimple ├── ealigned_allocn.3libsimple ├── ealigned_allocz.3libsimple ├── ealigned_alloczn.3libsimple ├── ealigned_memdup.3libsimple ├── ealigned_realloc.3libsimple ├── ealigned_reallocarray.3libsimple ├── ealigned_reallocn.3libsimple ├── ealigned_strdup.3libsimple ├── ealigned_strndup.3libsimple ├── ealigned_wcsdup.3libsimple ├── ealigned_wcsndup.3libsimple ├── ealigned_wmemdup.3libsimple ├── ecalloc.3libsimple ├── ecallocn.3libsimple ├── emalloc.3libsimple ├── emallocn.3libsimple ├── emallocz.3libsimple ├── emalloczn.3libsimple ├── ememalign.3libsimple ├── ememalignn.3libsimple ├── ememalignz.3libsimple ├── ememalignzn.3libsimple ├── ememdup.3libsimple ├── enaligned_alloc.3libsimple ├── enaligned_allocn.3libsimple ├── enaligned_allocz.3libsimple ├── enaligned_alloczn.3libsimple ├── enaligned_memdup.3libsimple ├── enaligned_realloc.3libsimple ├── enaligned_reallocarray.3libsimple ├── enaligned_reallocn.3libsimple ├── enaligned_strdup.3libsimple ├── enaligned_strndup.3libsimple ├── enaligned_wcsdup.3libsimple ├── enaligned_wcsndup.3libsimple ├── enaligned_wmemdup.3libsimple ├── encalloc.3libsimple ├── encallocn.3libsimple ├── enmalloc.3libsimple ├── enmallocn.3libsimple ├── enmallocz.3libsimple ├── enmalloczn.3libsimple ├── enmemalign.3libsimple ├── enmemalignn.3libsimple ├── enmemalignz.3libsimple ├── enmemalignzn.3libsimple ├── enmemdup.3libsimple ├── enposix_memalign.3libsimple ├── enposix_memalignn.3libsimple ├── enposix_memalignz.3libsimple ├── enposix_memalignzn.3libsimple ├── enprintf.3libsimple ├── enputenvf.3libsimple ├── enpvalloc.3libsimple ├── enpvallocn.3libsimple ├── enpvallocz.3libsimple ├── enpvalloczn.3libsimple ├── enrealloc.3libsimple ├── enreallocarray.3libsimple ├── enreallocn.3libsimple ├── enstrdup.3libsimple ├── enstrndup.3libsimple ├── envaligned_allocn.3libsimple ├── envaligned_alloczn.3libsimple ├── envaligned_reallocn.3libsimple ├── envalloc.3libsimple ├── envallocn.3libsimple ├── envallocz.3libsimple ├── envalloczn.3libsimple ├── envcallocn.3libsimple ├── envmallocn.3libsimple ├── envmalloczn.3libsimple ├── envmemalignn.3libsimple ├── envmemalignzn.3libsimple ├── envposix_memalignn.3libsimple ├── envposix_memalignzn.3libsimple ├── envputenvf.3libsimple ├── envpvallocn.3libsimple ├── envpvalloczn.3libsimple ├── envreallocn.3libsimple ├── envvallocn.3libsimple ├── envvalloczn.3libsimple ├── enwcsdup.3libsimple ├── enwcsndup.3libsimple ├── enwmemdup.3libsimple ├── eposix_memalign.3libsimple ├── eposix_memalignn.3libsimple ├── eposix_memalignz.3libsimple ├── eposix_memalignzn.3libsimple ├── eprintf.3libsimple ├── eputenvf.3libsimple ├── epvalloc.3libsimple ├── epvallocn.3libsimple ├── epvallocz.3libsimple ├── epvalloczn.3libsimple ├── erealloc.3libsimple ├── ereallocarray.3libsimple ├── ereallocn.3libsimple ├── estrdup.3libsimple ├── estrndup.3libsimple ├── evaligned_allocn.3libsimple ├── evaligned_alloczn.3libsimple ├── evaligned_reallocn.3libsimple ├── evalloc.3libsimple ├── evallocn.3libsimple ├── evallocz.3libsimple ├── evalloczn.3libsimple ├── evcallocn.3libsimple ├── evmallocn.3libsimple ├── evmalloczn.3libsimple ├── evmemalignn.3libsimple ├── evmemalignzn.3libsimple ├── evposix_memalignn.3libsimple ├── evposix_memalignzn.3libsimple ├── evputenvf.3libsimple ├── evpvallocn.3libsimple ├── evpvalloczn.3libsimple ├── evreallocn.3libsimple ├── evvallocn.3libsimple ├── evvalloczn.3libsimple ├── ewcsdup.3libsimple ├── ewcsndup.3libsimple ├── ewmemdup.3libsimple ├── getenv_e.3libsimple ├── getenv_ne.3libsimple ├── inchrcaseset.3libsimple ├── inchrset.3libsimple ├── libsimple__enprintf.3 ├── libsimple__eprintf.3 ├── libsimple__venprintf.3 ├── libsimple__veprintf.3 ├── libsimple_aligned_allocn.3 ├── libsimple_aligned_allocz.3 ├── libsimple_aligned_alloczn.3 ├── libsimple_aligned_memdup.3 ├── libsimple_aligned_memdupa.3 ├── libsimple_aligned_realloc.3 ├── libsimple_aligned_reallocarray.3 ├── libsimple_aligned_reallocarrayf.3 ├── libsimple_aligned_reallocf.3 ├── libsimple_aligned_reallocfn.3 ├── libsimple_aligned_reallocn.3 ├── libsimple_aligned_strdup.3 ├── libsimple_aligned_strdupa.3 ├── libsimple_aligned_strndup.3 ├── libsimple_aligned_strndupa.3 ├── libsimple_aligned_wcsdup.3 ├── libsimple_aligned_wcsdupa.3 ├── libsimple_aligned_wcsndup.3 ├── libsimple_aligned_wcsndupa.3 ├── libsimple_aligned_wmemdup.3 ├── libsimple_aligned_wmemdupa.3 ├── libsimple_arrayalloc.3 ├── libsimple_asprintf.3 ├── libsimple_asprintfa.3 ├── libsimple_callocn.3 ├── libsimple_close.3 ├── libsimple_close_range.3 ├── libsimple_cmptimespec.3 ├── libsimple_cmptimeval.3 ├── libsimple_default_failure_exit.3 ├── libsimple_difftimespec.3 ├── libsimple_difftimeval.3 ├── libsimple_doubletotimespec.3 ├── libsimple_doubletotimeval.3 ├── libsimple_ealigned_alloc.3 ├── libsimple_ealigned_allocn.3 ├── libsimple_ealigned_allocz.3 ├── libsimple_ealigned_alloczn.3 ├── libsimple_ealigned_memdup.3 ├── libsimple_ealigned_realloc.3 ├── libsimple_ealigned_reallocarray.3 ├── libsimple_ealigned_reallocn.3 ├── libsimple_ealigned_strdup.3 ├── libsimple_ealigned_strndup.3 ├── libsimple_ealigned_wcsdup.3 ├── libsimple_ealigned_wcsndup.3 ├── libsimple_ealigned_wmemdup.3 ├── libsimple_earrayalloc.3 ├── libsimple_ecalloc.3 ├── libsimple_ecallocn.3 ├── libsimple_egmtime.3 ├── libsimple_elocaltime.3 ├── libsimple_emalloc.3 ├── libsimple_emallocn.3 ├── libsimple_emallocz.3 ├── libsimple_emalloczn.3 ├── libsimple_ememalign.3 ├── libsimple_ememalignn.3 ├── libsimple_ememalignz.3 ├── libsimple_ememalignzn.3 ├── libsimple_ememalloc.3 ├── libsimple_ememdup.3 ├── libsimple_enaligned_alloc.3 ├── libsimple_enaligned_allocn.3 ├── libsimple_enaligned_allocz.3 ├── libsimple_enaligned_alloczn.3 ├── libsimple_enaligned_memdup.3 ├── libsimple_enaligned_realloc.3 ├── libsimple_enaligned_reallocarray.3 ├── libsimple_enaligned_reallocn.3 ├── libsimple_enaligned_strdup.3 ├── libsimple_enaligned_strndup.3 ├── libsimple_enaligned_wcsdup.3 ├── libsimple_enaligned_wcsndup.3 ├── libsimple_enaligned_wmemdup.3 ├── libsimple_enarrayalloc.3 ├── libsimple_encalloc.3 ├── libsimple_encallocn.3 ├── libsimple_engmtime.3 ├── libsimple_enlocaltime.3 ├── libsimple_enmalloc.3 ├── libsimple_enmallocn.3 ├── libsimple_enmallocz.3 ├── libsimple_enmalloczn.3 ├── libsimple_enmemalign.3 ├── libsimple_enmemalignn.3 ├── libsimple_enmemalignz.3 ├── libsimple_enmemalignzn.3 ├── libsimple_enmemalloc.3 ├── libsimple_enmemdup.3 ├── libsimple_enposix_memalign.3 ├── libsimple_enposix_memalignn.3 ├── libsimple_enposix_memalignz.3 ├── libsimple_enposix_memalignzn.3 ├── libsimple_enprintf.3 ├── libsimple_enputenvf.3 ├── libsimple_enpvalloc.3 ├── libsimple_enpvallocn.3 ├── libsimple_enpvallocz.3 ├── libsimple_enpvalloczn.3 ├── libsimple_enrealloc.3 ├── libsimple_enreallocarray.3 ├── libsimple_enreallocn.3 ├── libsimple_enstrdup.3 ├── libsimple_enstrndup.3 ├── libsimple_envaligned_allocn.3 ├── libsimple_envaligned_alloczn.3 ├── libsimple_envaligned_reallocn.3 ├── libsimple_envalloc.3 ├── libsimple_envallocn.3 ├── libsimple_envallocz.3 ├── libsimple_envalloczn.3 ├── libsimple_envarrayalloc.3 ├── libsimple_envcallocn.3 ├── libsimple_envmallocn.3 ├── libsimple_envmalloczn.3 ├── libsimple_envmemalignn.3 ├── libsimple_envmemalignzn.3 ├── libsimple_envmemalloc.3 ├── libsimple_envposix_memalignn.3 ├── libsimple_envposix_memalignzn.3 ├── libsimple_envputenvf.3 ├── libsimple_envpvallocn.3 ├── libsimple_envpvalloczn.3 ├── libsimple_envreallocn.3 ├── libsimple_envvallocn.3 ├── libsimple_envvalloczn.3 ├── libsimple_enwcsdup.3 ├── libsimple_enwcsndup.3 ├── libsimple_enwmemdup.3 ├── libsimple_eposix_memalign.3 ├── libsimple_eposix_memalignn.3 ├── libsimple_eposix_memalignz.3 ├── libsimple_eposix_memalignzn.3 ├── libsimple_eprintf.3 ├── libsimple_eprintf_postprint.3 ├── libsimple_eprintf_preprint.3 ├── libsimple_eputenvf.3 ├── libsimple_epvalloc.3 ├── libsimple_epvallocn.3 ├── libsimple_epvallocz.3 ├── libsimple_epvalloczn.3 ├── libsimple_erealloc.3 ├── libsimple_ereallocarray.3 ├── libsimple_ereallocn.3 ├── libsimple_estrdup.3 ├── libsimple_estrndup.3 ├── libsimple_evaligned_allocn.3 ├── libsimple_evaligned_alloczn.3 ├── libsimple_evaligned_reallocn.3 ├── libsimple_evalloc.3 ├── libsimple_evallocn.3 ├── libsimple_evallocz.3 ├── libsimple_evalloczn.3 ├── libsimple_evarrayalloc.3 ├── libsimple_evcallocn.3 ├── libsimple_evmallocn.3 ├── libsimple_evmalloczn.3 ├── libsimple_evmemalignn.3 ├── libsimple_evmemalignzn.3 ├── libsimple_evmemalloc.3 ├── libsimple_evposix_memalignn.3 ├── libsimple_evposix_memalignzn.3 ├── libsimple_evputenvf.3 ├── libsimple_evpvallocn.3 ├── libsimple_evpvalloczn.3 ├── libsimple_evreallocn.3 ├── libsimple_evvallocn.3 ├── libsimple_evvalloczn.3 ├── libsimple_ewcsdup.3 ├── libsimple_ewcsndup.3 ├── libsimple_ewmemdup.3 ├── libsimple_getenv_e.3 ├── libsimple_getenv_ne.3 ├── libsimple_gmtime.3 ├── libsimple_inchrcaseset.3 ├── libsimple_inchrset.3 ├── libsimple_localtime.3 ├── libsimple_mallocn.3 ├── libsimple_mallocz.3 ├── libsimple_malloczn.3 ├── libsimple_memalign.3 ├── libsimple_memalignn.3 ├── libsimple_memalignz.3 ├── libsimple_memalignzn.3 ├── libsimple_memalloc.3 ├── libsimple_memcasechr.3 ├── libsimple_memcasechr_inv.3 ├── libsimple_memcasecmp.3 ├── libsimple_memcaseends.3 ├── libsimple_memcaseeq.3 ├── libsimple_memcaseeqlen.3 ├── libsimple_memcasemem.3 ├── libsimple_memcasescan.3 ├── libsimple_memcasescan_inv.3 ├── libsimple_memcasestarts.3 ├── libsimple_memchr_inv.3 ├── libsimple_memcmove.3 ├── libsimple_memdup.3 ├── libsimple_memdupa.3 ├── libsimple_memelem.3 ├── libsimple_memelem_inv.3 ├── libsimple_memelemcpy.3 ├── libsimple_memelemmove.3 ├── libsimple_memelemscan.3 ├── libsimple_memelemscan_inv.3 ├── libsimple_memends.3 ├── libsimple_memeq.3 ├── libsimple_memeqlen.3 ├── libsimple_memisutf8.3 ├── libsimple_memmem.3 ├── libsimple_mempcpy.3 ├── libsimple_mempmove.3 ├── libsimple_mempset.3 ├── libsimple_mempsetelem.3 ├── libsimple_memptolower.3 ├── libsimple_memptoupper.3 ├── libsimple_memrcasechr.3 ├── libsimple_memrcasechr_inv.3 ├── libsimple_memrcaseeqlen.3 ├── libsimple_memrcasemem.3 ├── libsimple_memrchr.3 ├── libsimple_memrchr_inv.3 ├── libsimple_memrelem.3 ├── libsimple_memrelem_inv.3 ├── libsimple_memreplace.3 ├── libsimple_memreplaceelem.3 ├── libsimple_memreqlen.3 ├── libsimple_memrmem.3 ├── libsimple_memscan.3 ├── libsimple_memscan_inv.3 ├── libsimple_memsetelem.3 ├── libsimple_memstarts.3 ├── libsimple_memtolower.3 ├── libsimple_memtoupper.3 ├── libsimple_minimise_number_string.3 ├── libsimple_multimespec.3 ├── libsimple_multimeval.3 ├── libsimple_posix_memalignn.3 ├── libsimple_posix_memalignz.3 ├── libsimple_posix_memalignzn.3 ├── libsimple_putenvf.3 ├── libsimple_pvalloc.3 ├── libsimple_pvallocn.3 ├── libsimple_pvallocz.3 ├── libsimple_pvalloczn.3 ├── libsimple_rawmemcasechr.3 ├── libsimple_rawmemcasechr_inv.3 ├── libsimple_rawmemccpy.3 ├── libsimple_rawmemchr.3 ├── libsimple_rawmemchr_inv.3 ├── libsimple_rawmemcmove.3 ├── libsimple_rawmemelem.3 ├── libsimple_rawmemelem_inv.3 ├── libsimple_rawmemelemcpy.3 ├── libsimple_rawmemelemmove.3 ├── libsimple_rawmemrcasechr.3 ├── libsimple_rawmemrcasechr_inv.3 ├── libsimple_rawmemrchr.3 ├── libsimple_rawmemrchr_inv.3 ├── libsimple_rawmemrelem.3 ├── libsimple_rawmemrelem_inv.3 ├── libsimple_reallocarray.3 ├── libsimple_reallocarrayf.3 ├── libsimple_reallocf.3 ├── libsimple_reallocfn.3 ├── libsimple_reallocn.3 ├── libsimple_stpmove.3 ├── libsimple_stpnmove.3 ├── libsimple_stpnset.3 ├── libsimple_stpntolower.3 ├── libsimple_stpntoupper.3 ├── libsimple_stpset.3 ├── libsimple_stptolower.3 ├── libsimple_stptoupper.3 ├── libsimple_strcasechr.3 ├── libsimple_strcasechr_inv.3 ├── libsimple_strcasechrnul.3 ├── libsimple_strcasechrnul_inv.3 ├── libsimple_strcasecmpnul.3 ├── libsimple_strcaseends.3 ├── libsimple_strcaseeq.3 ├── libsimple_strcaseeqlen.3 ├── libsimple_strcaseeqnul.3 ├── libsimple_strcasestarts.3 ├── libsimple_strcasestr.3 ├── libsimple_strccpy.3 ├── libsimple_strchr_inv.3 ├── libsimple_strchrnul.3 ├── libsimple_strchrnul_inv.3 ├── libsimple_strcmove.3 ├── libsimple_strcmpnul.3 ├── libsimple_strdupa.3 ├── libsimple_strend.3 ├── libsimple_strends.3 ├── libsimple_streq.3 ├── libsimple_streqlen.3 ├── libsimple_streqnul.3 ├── libsimple_strisutf8.3 ├── libsimple_strmove.3 ├── libsimple_strncasechr.3 ├── libsimple_strncasechr_inv.3 ├── libsimple_strncasechrnul.3 ├── libsimple_strncasechrnul_inv.3 ├── libsimple_strncasecmpnul.3 ├── libsimple_strncaseends.3 ├── libsimple_strncaseeq.3 ├── libsimple_strncaseeqlen.3 ├── libsimple_strncaseeqnul.3 ├── libsimple_strncasestarts.3 ├── libsimple_strncasestr.3 ├── libsimple_strnccpy.3 ├── libsimple_strnchr.3 ├── libsimple_strnchr_inv.3 ├── libsimple_strnchrnul.3 ├── libsimple_strnchrnul_inv.3 ├── libsimple_strncmove.3 ├── libsimple_strncmpnul.3 ├── libsimple_strndupa.3 ├── libsimple_strnend.3 ├── libsimple_strnends.3 ├── libsimple_strneq.3 ├── libsimple_strneqlen.3 ├── libsimple_strneqnul.3 ├── libsimple_strnisutf8.3 ├── libsimple_strnmove.3 ├── libsimple_strnreplace.3 ├── libsimple_strnset.3 ├── libsimple_strnstarts.3 ├── libsimple_strnstr.3 ├── libsimple_strntolower.3 ├── libsimple_strntoupper.3 ├── libsimple_strrcasechr.3 ├── libsimple_strrcasechr_inv.3 ├── libsimple_strrcaseeqlen.3 ├── libsimple_strrcasestr.3 ├── libsimple_strrchr_inv.3 ├── libsimple_strreplace.3 ├── libsimple_strreqlen.3 ├── libsimple_strrncasechr.3 ├── libsimple_strrncasechr_inv.3 ├── libsimple_strrncaseeqlen.3 ├── libsimple_strrncasestr.3 ├── libsimple_strrnchr.3 ├── libsimple_strrnchr_inv.3 ├── libsimple_strrneqlen.3 ├── libsimple_strrnstr.3 ├── libsimple_strrstr.3 ├── libsimple_strset.3 ├── libsimple_strstarts.3 ├── libsimple_strtoh.3 ├── libsimple_strtohh.3 ├── libsimple_strtoi.3 ├── libsimple_strtoi16.3 ├── libsimple_strtoi32.3 ├── libsimple_strtoi64.3 ├── libsimple_strtoi8.3 ├── libsimple_strtolower.3 ├── libsimple_strtotimespec.3 ├── libsimple_strtotimeval.3 ├── libsimple_strtou.3 ├── libsimple_strtou16.3 ├── libsimple_strtou32.3 ├── libsimple_strtou64.3 ├── libsimple_strtou8.3 ├── libsimple_strtouh.3 ├── libsimple_strtouhh.3 ├── libsimple_strtoupper.3 ├── libsimple_strtouz.3 ├── libsimple_strtoz.3 ├── libsimple_sumtimespec.3 ├── libsimple_sumtimeval.3 ├── libsimple_timespec2timeval.3 ├── libsimple_timespectodouble.3 ├── libsimple_timespectostr.3 ├── libsimple_timeval2timespec.3 ├── libsimple_timevaltodouble.3 ├── libsimple_timevaltostr.3 ├── libsimple_unlist.3 ├── libsimple_valigned_allocn.3 ├── libsimple_valigned_alloczn.3 ├── libsimple_valigned_reallocfn.3 ├── libsimple_valigned_reallocn.3 ├── libsimple_valloc.3 ├── libsimple_vallocn.3 ├── libsimple_vallocz.3 ├── libsimple_valloczn.3 ├── libsimple_varrayalloc.3 ├── libsimple_vasprintf.3 ├── libsimple_vasprintfa.3 ├── libsimple_vcallocn.3 ├── libsimple_venprintf.3 ├── libsimple_veprintf.3 ├── libsimple_vmallocn.3 ├── libsimple_vmalloczn.3 ├── libsimple_vmemalignn.3 ├── libsimple_vmemalignzn.3 ├── libsimple_vmemalloc.3 ├── libsimple_vposix_memalignn.3 ├── libsimple_vposix_memalignzn.3 ├── libsimple_vputenvf.3 ├── libsimple_vpvallocn.3 ├── libsimple_vpvalloczn.3 ├── libsimple_vreallocfn.3 ├── libsimple_vreallocn.3 ├── libsimple_vvallocn.3 ├── libsimple_vvalloczn.3 ├── libsimple_vweprintf.3 ├── libsimple_wcsdupa.3 ├── libsimple_wcsndup.3 ├── libsimple_wcsndupa.3 ├── libsimple_weprintf.3 ├── libsimple_wmemdup.3 ├── libsimple_wmemdupa.3 ├── mallocn.3libsimple ├── mallocz.3libsimple ├── malloczn.3libsimple ├── memalign.3libsimple ├── memalignn.3libsimple ├── memalignz.3libsimple ├── memalignzn.3libsimple ├── memcasechr.3libsimple ├── memcasechr_inv.3libsimple ├── memcasecmp.3libsimple ├── memcaseends.3libsimple ├── memcaseeq.3libsimple ├── memcaseeqlen.3libsimple ├── memcasemem.3libsimple ├── memcasescan.3libsimple ├── memcasescan_inv.3libsimple ├── memcasestarts.3libsimple ├── memchr_inv.3libsimple ├── memcmove.3libsimple ├── memdup.3libsimple ├── memdupa.3libsimple ├── memelem.3libsimple ├── memelem_inv.3libsimple ├── memelemcpy.3libsimple ├── memelemmove.3libsimple ├── memelemscan.3libsimple ├── memelemscan_inv.3libsimple ├── memends.3libsimple ├── memeq.3libsimple ├── memeqlen.3libsimple ├── memisutf8.3libsimple ├── memmem.3libsimple ├── mempcpy.3libsimple ├── mempmove.3libsimple ├── mempset.3libsimple ├── mempsetelem.3libsimple ├── memptolower.3libsimple ├── memptoupper.3libsimple ├── memrcasechr.3libsimple ├── memrcasechr_inv.3libsimple ├── memrcaseeqlen.3libsimple ├── memrcasemem.3libsimple ├── memrchr.3libsimple ├── memrchr_inv.3libsimple ├── memrelem.3libsimple ├── memrelem_inv.3libsimple ├── memreplace.3libsimple ├── memreplaceelem.3libsimple ├── memreqlen.3libsimple ├── memrmem.3libsimple ├── memscan.3libsimple ├── memscan_inv.3libsimple ├── memsetelem.3libsimple ├── memstarts.3libsimple ├── memtolower.3libsimple ├── memtoupper.3libsimple ├── minimise_number_string.3libsimple ├── multimespec.3libsimple ├── multimeval.3libsimple ├── posix_memalignn.3libsimple ├── posix_memalignz.3libsimple ├── posix_memalignzn.3libsimple ├── putenvf.3libsimple ├── pvalloc.3libsimple ├── pvallocn.3libsimple ├── pvallocz.3libsimple ├── pvalloczn.3libsimple ├── rawmemcasechr.3libsimple ├── rawmemcasechr_inv.3libsimple ├── rawmemccpy.3libsimple ├── rawmemchr.3libsimple ├── rawmemchr_inv.3libsimple ├── rawmemcmove.3libsimple ├── rawmemelem.3libsimple ├── rawmemelem_inv.3libsimple ├── rawmemelemcpy.3libsimple ├── rawmemelemmove.3libsimple ├── rawmemrcasechr.3libsimple ├── rawmemrcasechr_inv.3libsimple ├── rawmemrchr.3libsimple ├── rawmemrchr_inv.3libsimple ├── rawmemrelem.3libsimple ├── rawmemrelem_inv.3libsimple ├── reallocarray.3libsimple ├── reallocarrayf.3libsimple ├── reallocf.3libsimple ├── reallocfn.3libsimple ├── reallocn.3libsimple ├── stpmove.3libsimple ├── stpnmove.3libsimple ├── stpnset.3libsimple ├── stpntolower.3libsimple ├── stpntoupper.3libsimple ├── stpset.3libsimple ├── stptolower.3libsimple ├── stptoupper.3libsimple ├── strcasechr.3libsimple ├── strcasechr_inv.3libsimple ├── strcasechrnul.3libsimple ├── strcasechrnul_inv.3libsimple ├── strcasecmpnul.3libsimple ├── strcaseends.3libsimple ├── strcaseeq.3libsimple ├── strcaseeqlen.3libsimple ├── strcaseeqnul.3libsimple ├── strcasestarts.3libsimple ├── strcasestr.3libsimple ├── strccpy.3libsimple ├── strchr_inv.3libsimple ├── strchrnul.3libsimple ├── strchrnul_inv.3libsimple ├── strcmove.3libsimple ├── strcmpnul.3libsimple ├── strdupa.3libsimple ├── strend.3libsimple ├── strends.3libsimple ├── streq.3libsimple ├── streqlen.3libsimple ├── streqnul.3libsimple ├── strisutf8.3libsimple ├── strmove.3libsimple ├── strncasechr.3libsimple ├── strncasechr_inv.3libsimple ├── strncasechrnul.3libsimple ├── strncasechrnul_inv.3libsimple ├── strncasecmpnul.3libsimple ├── strncaseends.3libsimple ├── strncaseeq.3libsimple ├── strncaseeqlen.3libsimple ├── strncaseeqnul.3libsimple ├── strncasestarts.3libsimple ├── strncasestr.3libsimple ├── strnccpy.3libsimple ├── strnchr.3libsimple ├── strnchr_inv.3libsimple ├── strnchrnul.3libsimple ├── strnchrnul_inv.3libsimple ├── strncmove.3libsimple ├── strncmpnul.3libsimple ├── strndupa.3libsimple ├── strnend.3libsimple ├── strnends.3libsimple ├── strneq.3libsimple ├── strneqlen.3libsimple ├── strneqnul.3libsimple ├── strnisutf8.3libsimple ├── strnmove.3libsimple ├── strnreplace.3libsimple ├── strnset.3libsimple ├── strnstarts.3libsimple ├── strnstr.3libsimple ├── strntolower.3libsimple ├── strntoupper.3libsimple ├── strrcasechr.3libsimple ├── strrcasechr_inv.3libsimple ├── strrcaseeqlen.3libsimple ├── strrcasestr.3libsimple ├── strrchr_inv.3libsimple ├── strreplace.3libsimple ├── strreqlen.3libsimple ├── strrncasechr.3libsimple ├── strrncasechr_inv.3libsimple ├── strrncaseeqlen.3libsimple ├── strrncasestr.3libsimple ├── strrnchr.3libsimple ├── strrnchr_inv.3libsimple ├── strrneqlen.3libsimple ├── strrnstr.3libsimple ├── strrstr.3libsimple ├── strset.3libsimple ├── strstarts.3libsimple ├── strtoh.3libsimple ├── strtohh.3libsimple ├── strtoi.3libsimple ├── strtoi16.3libsimple ├── strtoi32.3libsimple ├── strtoi64.3libsimple ├── strtoi8.3libsimple ├── strtolower.3libsimple ├── strtotimespec.3libsimple ├── strtotimeval.3libsimple ├── strtou.3libsimple ├── strtou16.3libsimple ├── strtou32.3libsimple ├── strtou64.3libsimple ├── strtou8.3libsimple ├── strtouh.3libsimple ├── strtouhh.3libsimple ├── strtoupper.3libsimple ├── strtouz.3libsimple ├── strtoz.3libsimple ├── sumtimespec.3libsimple ├── sumtimeval.3libsimple ├── timespec2timeval.3libsimple ├── timespectodouble.3libsimple ├── timespectostr.3libsimple ├── timeval2timespec.3libsimple ├── timevaltodouble.3libsimple ├── timevaltostr.3libsimple ├── unlist.3libsimple ├── valigned_allocn.3libsimple ├── valigned_alloczn.3libsimple ├── valigned_reallocfn.3libsimple ├── valigned_reallocn.3libsimple ├── valloc.3libsimple ├── vallocn.3libsimple ├── vallocz.3libsimple ├── valloczn.3libsimple ├── vasprintf.3libsimple ├── vasprintfa.3libsimple ├── vcallocn.3libsimple ├── venprintf.3libsimple ├── veprintf.3libsimple ├── vmallocn.3libsimple ├── vmalloczn.3libsimple ├── vmemalignn.3libsimple ├── vmemalignzn.3libsimple ├── vposix_memalignn.3libsimple ├── vposix_memalignzn.3libsimple ├── vputenvf.3libsimple ├── vpvallocn.3libsimple ├── vpvalloczn.3libsimple ├── vreallocfn.3libsimple ├── vreallocn.3libsimple ├── vvallocn.3libsimple ├── vvalloczn.3libsimple ├── vweprintf.3libsimple ├── wcsdupa.3libsimple ├── wcsndup.3libsimple ├── wcsndupa.3libsimple ├── weprintf.3libsimple ├── wmemdup.3libsimple └── wmemdupa.3libsimple ├── memalign.c ├── memalignn.c ├── memalignz.c ├── memalignzn.c ├── memalloc.c ├── memcasechr.c ├── memcasechr_inv.c ├── memcasecmp.c ├── memcaseends.c ├── memcaseeq.c ├── memcaseeqlen.c ├── memcasemem.c ├── memcasescan.c ├── memcasescan_inv.c ├── memcasestarts.c ├── memchr_inv.c ├── memcmove.c ├── memdup.c ├── memelem.c ├── memelem_inv.c ├── memelemcpy.c ├── memelemmove.c ├── memelemscan.c ├── memelemscan_inv.c ├── memends.c ├── memeq.c ├── memeqlen.c ├── memisutf8.c ├── memmem.c ├── mempcpy.c ├── mempmove.c ├── mempset.c ├── mempsetelem.c ├── memptolower.c ├── memptoupper.c ├── memrcasechr.c ├── memrcasechr_inv.c ├── memrcaseeqlen.c ├── memrcasemem.c ├── memrchr.c ├── memrchr_inv.c ├── memrelem.c ├── memrelem_inv.c ├── memreplace.c ├── memreplaceelem.c ├── memreqlen.c ├── memrmem.c ├── memscan.c ├── memscan_inv.c ├── memsetelem.c ├── memstarts.c ├── memtolower.c ├── memtoupper.c ├── minimise_number_string.c ├── mk ├── linux.mk ├── macos.mk └── windows.mk ├── multimespec.c ├── multimeval.c ├── needstack.c ├── posix_memalignn.c ├── posix_memalignz.c ├── posix_memalignzn.c ├── putenvf.c ├── pvalloc.c ├── pvallocn.c ├── pvallocz.c ├── pvalloczn.c ├── qsort_double.c ├── qsort_doublep.c ├── qsort_doublep_nul.c ├── qsort_float.c ├── qsort_floatp.c ├── qsort_floatp_nul.c ├── qsort_int.c ├── qsort_int16.c ├── qsort_int16p.c ├── qsort_int16p_nul.c ├── qsort_int32.c ├── qsort_int32p.c ├── qsort_int32p_nul.c ├── qsort_int64.c ├── qsort_int64p.c ├── qsort_int64p_nul.c ├── qsort_int8.c ├── qsort_int8p.c ├── qsort_int8p_nul.c ├── qsort_int_least16.c ├── qsort_int_least16p.c ├── qsort_int_least16p_nul.c ├── qsort_int_least32.c ├── qsort_int_least32p.c ├── qsort_int_least32p_nul.c ├── qsort_int_least64.c ├── qsort_int_least64p.c ├── qsort_int_least64p_nul.c ├── qsort_int_least8.c ├── qsort_int_least8p.c ├── qsort_int_least8p_nul.c ├── qsort_intmax.c ├── qsort_intmaxp.c ├── qsort_intmaxp_nul.c ├── qsort_intp.c ├── qsort_intp_nul.c ├── qsort_intptr.c ├── qsort_intptrp.c ├── qsort_intptrp_nul.c ├── qsort_llong.c ├── qsort_llongp.c ├── qsort_llongp_nul.c ├── qsort_long.c ├── qsort_longp.c ├── qsort_longp_nul.c ├── qsort_nul_doublep.c ├── qsort_nul_floatp.c ├── qsort_nul_int16p.c ├── qsort_nul_int32p.c ├── qsort_nul_int64p.c ├── qsort_nul_int8p.c ├── qsort_nul_int_least16p.c ├── qsort_nul_int_least32p.c ├── qsort_nul_int_least64p.c ├── qsort_nul_int_least8p.c ├── qsort_nul_intmaxp.c ├── qsort_nul_intp.c ├── qsort_nul_intptrp.c ├── qsort_nul_llongp.c ├── qsort_nul_longp.c ├── qsort_nul_ptrdiffp.c ├── qsort_nul_rev_doublep.c ├── qsort_nul_rev_floatp.c ├── qsort_nul_rev_int16p.c ├── qsort_nul_rev_int32p.c ├── qsort_nul_rev_int64p.c ├── qsort_nul_rev_int8p.c ├── qsort_nul_rev_int_least16p.c ├── qsort_nul_rev_int_least32p.c ├── qsort_nul_rev_int_least64p.c ├── qsort_nul_rev_int_least8p.c ├── qsort_nul_rev_intmaxp.c ├── qsort_nul_rev_intp.c ├── qsort_nul_rev_intptrp.c ├── qsort_nul_rev_llongp.c ├── qsort_nul_rev_longp.c ├── qsort_nul_rev_ptrdiffp.c ├── qsort_nul_rev_scharp.c ├── qsort_nul_rev_shortp.c ├── qsort_nul_rev_sizep.c ├── qsort_nul_rev_ssizep.c ├── qsort_nul_rev_strp.c ├── qsort_nul_rev_ucharp.c ├── qsort_nul_rev_uint16p.c ├── qsort_nul_rev_uint32p.c ├── qsort_nul_rev_uint64p.c ├── qsort_nul_rev_uint8p.c ├── qsort_nul_rev_uint_least16p.c ├── qsort_nul_rev_uint_least32p.c ├── qsort_nul_rev_uint_least64p.c ├── qsort_nul_rev_uint_least8p.c ├── qsort_nul_rev_uintmaxp.c ├── qsort_nul_rev_uintp.c ├── qsort_nul_rev_uintptrp.c ├── qsort_nul_rev_ullongp.c ├── qsort_nul_rev_ulongp.c ├── qsort_nul_rev_ushortp.c ├── qsort_nul_scharp.c ├── qsort_nul_shortp.c ├── qsort_nul_sizep.c ├── qsort_nul_ssizep.c ├── qsort_nul_strp.c ├── qsort_nul_ucharp.c ├── qsort_nul_uint16p.c ├── qsort_nul_uint32p.c ├── qsort_nul_uint64p.c ├── qsort_nul_uint8p.c ├── qsort_nul_uint_least16p.c ├── qsort_nul_uint_least32p.c ├── qsort_nul_uint_least64p.c ├── qsort_nul_uint_least8p.c ├── qsort_nul_uintmaxp.c ├── qsort_nul_uintp.c ├── qsort_nul_uintptrp.c ├── qsort_nul_ullongp.c ├── qsort_nul_ulongp.c ├── qsort_nul_ushortp.c ├── qsort_ptrdiff.c ├── qsort_ptrdiffp.c ├── qsort_ptrdiffp_nul.c ├── qsort_rev_double.c ├── qsort_rev_doublep.c ├── qsort_rev_doublep_nul.c ├── qsort_rev_float.c ├── qsort_rev_floatp.c ├── qsort_rev_floatp_nul.c ├── qsort_rev_int.c ├── qsort_rev_int16.c ├── qsort_rev_int16p.c ├── qsort_rev_int16p_nul.c ├── qsort_rev_int32.c ├── qsort_rev_int32p.c ├── qsort_rev_int32p_nul.c ├── qsort_rev_int64.c ├── qsort_rev_int64p.c ├── qsort_rev_int64p_nul.c ├── qsort_rev_int8.c ├── qsort_rev_int8p.c ├── qsort_rev_int8p_nul.c ├── qsort_rev_int_least16.c ├── qsort_rev_int_least16p.c ├── qsort_rev_int_least16p_nul.c ├── qsort_rev_int_least32.c ├── qsort_rev_int_least32p.c ├── qsort_rev_int_least32p_nul.c ├── qsort_rev_int_least64.c ├── qsort_rev_int_least64p.c ├── qsort_rev_int_least64p_nul.c ├── qsort_rev_int_least8.c ├── qsort_rev_int_least8p.c ├── qsort_rev_int_least8p_nul.c ├── qsort_rev_intmax.c ├── qsort_rev_intmaxp.c ├── qsort_rev_intmaxp_nul.c ├── qsort_rev_intp.c ├── qsort_rev_intp_nul.c ├── qsort_rev_intptr.c ├── qsort_rev_intptrp.c ├── qsort_rev_intptrp_nul.c ├── qsort_rev_llong.c ├── qsort_rev_llongp.c ├── qsort_rev_llongp_nul.c ├── qsort_rev_long.c ├── qsort_rev_longp.c ├── qsort_rev_longp_nul.c ├── qsort_rev_ptrdiff.c ├── qsort_rev_ptrdiffp.c ├── qsort_rev_ptrdiffp_nul.c ├── qsort_rev_schar.c ├── qsort_rev_scharp.c ├── qsort_rev_scharp_nul.c ├── qsort_rev_short.c ├── qsort_rev_shortp.c ├── qsort_rev_shortp_nul.c ├── qsort_rev_size.c ├── qsort_rev_sizep.c ├── qsort_rev_sizep_nul.c ├── qsort_rev_ssize.c ├── qsort_rev_ssizep.c ├── qsort_rev_ssizep_nul.c ├── qsort_rev_str.c ├── qsort_rev_strp.c ├── qsort_rev_strp_nul.c ├── qsort_rev_uchar.c ├── qsort_rev_ucharp.c ├── qsort_rev_ucharp_nul.c ├── qsort_rev_uint.c ├── qsort_rev_uint16.c ├── qsort_rev_uint16p.c ├── qsort_rev_uint16p_nul.c ├── qsort_rev_uint32.c ├── qsort_rev_uint32p.c ├── qsort_rev_uint32p_nul.c ├── qsort_rev_uint64.c ├── qsort_rev_uint64p.c ├── qsort_rev_uint64p_nul.c ├── qsort_rev_uint8.c ├── qsort_rev_uint8p.c ├── qsort_rev_uint8p_nul.c ├── qsort_rev_uint_least16.c ├── qsort_rev_uint_least16p.c ├── qsort_rev_uint_least16p_nul.c ├── qsort_rev_uint_least32.c ├── qsort_rev_uint_least32p.c ├── qsort_rev_uint_least32p_nul.c ├── qsort_rev_uint_least64.c ├── qsort_rev_uint_least64p.c ├── qsort_rev_uint_least64p_nul.c ├── qsort_rev_uint_least8.c ├── qsort_rev_uint_least8p.c ├── qsort_rev_uint_least8p_nul.c ├── qsort_rev_uintmax.c ├── qsort_rev_uintmaxp.c ├── qsort_rev_uintmaxp_nul.c ├── qsort_rev_uintp.c ├── qsort_rev_uintp_nul.c ├── qsort_rev_uintptr.c ├── qsort_rev_uintptrp.c ├── qsort_rev_uintptrp_nul.c ├── qsort_rev_ullong.c ├── qsort_rev_ullongp.c ├── qsort_rev_ullongp_nul.c ├── qsort_rev_ulong.c ├── qsort_rev_ulongp.c ├── qsort_rev_ulongp_nul.c ├── qsort_rev_ushort.c ├── qsort_rev_ushortp.c ├── qsort_rev_ushortp_nul.c ├── qsort_schar.c ├── qsort_scharp.c ├── qsort_scharp_nul.c ├── qsort_short.c ├── qsort_shortp.c ├── qsort_shortp_nul.c ├── qsort_size.c ├── qsort_sizep.c ├── qsort_sizep_nul.c ├── qsort_ssize.c ├── qsort_ssizep.c ├── qsort_ssizep_nul.c ├── qsort_str.c ├── qsort_strp.c ├── qsort_strp_nul.c ├── qsort_uchar.c ├── qsort_ucharp.c ├── qsort_ucharp_nul.c ├── qsort_uint.c ├── qsort_uint16.c ├── qsort_uint16p.c ├── qsort_uint16p_nul.c ├── qsort_uint32.c ├── qsort_uint32p.c ├── qsort_uint32p_nul.c ├── qsort_uint64.c ├── qsort_uint64p.c ├── qsort_uint64p_nul.c ├── qsort_uint8.c ├── qsort_uint8p.c ├── qsort_uint8p_nul.c ├── qsort_uint_least16.c ├── qsort_uint_least16p.c ├── qsort_uint_least16p_nul.c ├── qsort_uint_least32.c ├── qsort_uint_least32p.c ├── qsort_uint_least32p_nul.c ├── qsort_uint_least64.c ├── qsort_uint_least64p.c ├── qsort_uint_least64p_nul.c ├── qsort_uint_least8.c ├── qsort_uint_least8p.c ├── qsort_uint_least8p_nul.c ├── qsort_uintmax.c ├── qsort_uintmaxp.c ├── qsort_uintmaxp_nul.c ├── qsort_uintp.c ├── qsort_uintp_nul.c ├── qsort_uintptr.c ├── qsort_uintptrp.c ├── qsort_uintptrp_nul.c ├── qsort_ullong.c ├── qsort_ullongp.c ├── qsort_ullongp_nul.c ├── qsort_ulong.c ├── qsort_ulongp.c ├── qsort_ulongp_nul.c ├── qsort_ushort.c ├── qsort_ushortp.c ├── qsort_ushortp_nul.c ├── random_bits.c ├── random_bytes.c ├── random_float.c ├── random_signed.c ├── random_unsigned.c ├── rawmemcasechr.c ├── rawmemcasechr_inv.c ├── rawmemccpy.c ├── rawmemchr.c ├── rawmemchr_inv.c ├── rawmemcmove.c ├── rawmemelem.c ├── rawmemelem_inv.c ├── rawmemelemcpy.c ├── rawmemelemmove.c ├── rawmemrcasechr.c ├── rawmemrcasechr_inv.c ├── rawmemrchr.c ├── rawmemrchr_inv.c ├── rawmemrelem.c ├── rawmemrelem_inv.c ├── readlink.c ├── readlinkat.c ├── readmagiclink.c ├── reallocarray.c ├── reallocarrayf.c ├── reallocf.c ├── reallocfn.c ├── reallocn.c ├── srand.c ├── stpmove.c ├── stpnmove.c ├── stpnset.c ├── stpntolower.c ├── stpntoupper.c ├── stpset.c ├── stptolower.c ├── stptoupper.c ├── strcasechr.c ├── strcasechr_inv.c ├── strcasechrnul.c ├── strcasechrnul_inv.c ├── strcasecmpnul.c ├── strcaseends.c ├── strcaseeq.c ├── strcaseeqlen.c ├── strcaseeqnul.c ├── strcasestarts.c ├── strcasestr.c ├── strccpy.c ├── strchr_inv.c ├── strchrnul.c ├── strchrnul_inv.c ├── strcmove.c ├── strcmpnul.c ├── strend.c ├── strends.c ├── streq.c ├── streqlen.c ├── streqnul.c ├── strisutf8.c ├── strmove.c ├── strncasechr.c ├── strncasechr_inv.c ├── strncasechrnul.c ├── strncasechrnul_inv.c ├── strncasecmpnul.c ├── strncaseends.c ├── strncaseeq.c ├── strncaseeqlen.c ├── strncaseeqnul.c ├── strncasestarts.c ├── strncasestr.c ├── strnccpy.c ├── strnchr.c ├── strnchr_inv.c ├── strnchrnul.c ├── strnchrnul_inv.c ├── strncmove.c ├── strncmpnul.c ├── strnend.c ├── strnends.c ├── strneq.c ├── strneqlen.c ├── strneqnul.c ├── strnisutf8.c ├── strnmove.c ├── strnreplace.c ├── strnset.c ├── strnstarts.c ├── strnstr.c ├── strntolower.c ├── strntoupper.c ├── strrcasechr.c ├── strrcasechr_inv.c ├── strrcaseeqlen.c ├── strrcasestr.c ├── strrchr_inv.c ├── strreplace.c ├── strreqlen.c ├── strrncasechr.c ├── strrncasechr_inv.c ├── strrncaseeqlen.c ├── strrncasestr.c ├── strrnchr.c ├── strrnchr_inv.c ├── strrneqlen.c ├── strrnstr.c ├── strrstr.c ├── strset.c ├── strstarts.c ├── strtoh.c ├── strtohh.c ├── strtoi.c ├── strtoi16.c ├── strtoi32.c ├── strtoi64.c ├── strtoi8.c ├── strtolower.c ├── strtotimespec.c ├── strtotimeval.c ├── strtou.c ├── strtou16.c ├── strtou32.c ├── strtou64.c ├── strtou8.c ├── strtouh.c ├── strtouhh.c ├── strtoupper.c ├── strtouz.c ├── strtoz.c ├── sumtimespec.c ├── sumtimeval.c ├── test.c ├── test.h ├── timespec2timeval.c ├── timespectodouble.c ├── timespectostr.c ├── timeval2timespec.c ├── timevaltodouble.c ├── timevaltostr.c ├── toi.c ├── toi16.c ├── toi32.c ├── toi64.c ├── toi8.c ├── toih.c ├── toihh.c ├── toil.c ├── toill.c ├── toimax.c ├── toiptr.c ├── toiz.c ├── u16abs.c ├── u32abs.c ├── u64abs.c ├── u8abs.c ├── uabs.c ├── uhabs.c ├── uhhabs.c ├── ulabs.c ├── ullabs.c ├── umaxabs.c ├── unlist.c ├── uptrabs.c ├── uzabs.c ├── valigned_allocn.c ├── valigned_reallocfn.c ├── valloc.c ├── vallocn.c ├── vallocz.c ├── valloczn.c ├── vasprintf.c ├── vcallocn.c ├── venprintf.c ├── veprintf.c ├── vexecl.c ├── vexeclat.c ├── vexecle.c ├── vexecleat.c ├── vexeclp.c ├── vexeclpe.c ├── vfexecl.c ├── vfexecle.c ├── vmallocn.c ├── vmemalignn.c ├── vmemalignzn.c ├── vmemalloc.c ├── vposix_memalignn.c ├── vputenvf.c ├── vpvallocn.c ├── vpvalloczn.c ├── vreallocfn.c ├── vvallocn.c ├── vvalloczn.c ├── vweprintf.c ├── vxexecl.c ├── vxexecle.c ├── wcsndup.c ├── weprintf.c ├── which.c ├── wmemdup.c ├── xexecl.c ├── xexecv.c ├── zabs.c └── zdiff.c /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | *\#* 3 | *.o 4 | *.a 5 | *.so 6 | *.so.* 7 | *.su 8 | *.out 9 | *.test 10 | *.gch 11 | *.gcda 12 | *.gcno 13 | *.gcov 14 | *.lo 15 | *.to 16 | -------------------------------------------------------------------------------- /_eprintf.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple__eprintf(const char *, ...); /* TODO test */ 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /abs.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline unsigned int libsimple_abs(int, int); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /aligned_allocn.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_aligned_allocn(size_t, size_t, ...); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /aligned_allocz.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_aligned_allocz(int, size_t, size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /aligned_realloc.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_aligned_realloc(void *, size_t, size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /callocn.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_callocn(size_t, ...); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /close.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline int libsimple_close(int *); /* TODO test */ 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /cmp_doublep.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline int libsimple_cmp_doublep(const double *, const double *); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /cmp_floatp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline int libsimple_cmp_floatp(const float *, const float *); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /cmp_floatpp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline int libsimple_cmp_floatpp(float *const *, float *const *); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /cmp_int16p.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline int libsimple_cmp_int16p(const int16_t *, const int16_t *); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /cmp_int32p.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline int libsimple_cmp_int32p(const int32_t *, const int32_t *); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /cmp_int64p.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline int libsimple_cmp_int64p(const int64_t *, const int64_t *); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /cmp_int8p.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline int libsimple_cmp_int8p(const int8_t *, const int8_t *); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /cmp_int8pp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline int libsimple_cmp_int8pp(int8_t *const *, int8_t *const *); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /cmp_intp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline int libsimple_cmp_intp(const int *, const int *); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /cmp_intpp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline int libsimple_cmp_intpp(int *const *, int *const *); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /cmp_intpp_nul.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline int libsimple_cmp_intpp_nul(int *const *, int *const *); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /cmp_longp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline int libsimple_cmp_longp(const long int *, const long int *); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /cmp_nul_intpp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline int libsimple_cmp_nul_intpp(int *const *, int *const *); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /cmp_rev_intp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline int libsimple_cmp_rev_intp(const int *, const int *); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /cmp_rev_intpp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline int libsimple_cmp_rev_intpp(int *const *, int *const *); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /cmp_sizep.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline int libsimple_cmp_sizep(const size_t *, const size_t *); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /cmp_sizepp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline int libsimple_cmp_sizepp(size_t *const *, size_t *const *); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /cmp_ssizep.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline int libsimple_cmp_ssizep(const ssize_t *, const ssize_t *); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /cmp_uint8p.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline int libsimple_cmp_uint8p(const uint8_t *, const uint8_t *); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /config.mk: -------------------------------------------------------------------------------- 1 | PREFIX = /usr 2 | MANPREFIX = $(PREFIX)/share/man 3 | 4 | CC = cc 5 | 6 | CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE 7 | CFLAGS = -std=c11 -Wall -Wextra -O2 8 | LDFLAGS = -s -lm 9 | -------------------------------------------------------------------------------- /diff.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline unsigned int libsimple_diff(int, int); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /ealigned_alloc.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_ealigned_alloc(size_t, size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /ealigned_allocn.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_ealigned_allocn(size_t, size_t, ...); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /ealigned_allocz.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_ealigned_allocz(int, size_t, size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /ecalloc.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_ecalloc(size_t, size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /ecallocn.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_ecallocn(size_t, ...); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /efreadlink.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline char *libsimple_efreadlink(int); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) /* TODO test */ 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /egetcwd.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline char *libsimple_egetcwd(void); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) /* TODO test */ 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /egetexecpath.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline char *libsimple_egetexecpath(void); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) /* TODO test */ 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /egmtime.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_egmtime(struct tm *, struct timespec *); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /elocaltime.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_elocaltime(struct tm *m, struct timespec *); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /emalloc.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_emalloc(size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /emallocn.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_emallocn(size_t, ...); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /emallocz.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_emallocz(int, size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /emalloczn.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_emalloczn(int, size_t, ...); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /ememalign.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_ememalign(size_t, size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /ememalignn.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_ememalignn(size_t, size_t, ...); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /ememalignz.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_ememalignz(int, size_t, size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /ememalignzn.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_ememalignzn(int, size_t, size_t, ...); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /ememalloc.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_ememalloc(size_t, ...); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /enaligned_alloc.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_enaligned_alloc(int, size_t, size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /encallocn.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_encallocn(int, size_t, ...); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /enfreadlink.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline char *libsimple_enfreadlink(int, int); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) /* TODO test */ 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /enmallocn.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_enmallocn(int, size_t, ...); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /enmallocz.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_enmallocz(int, int, size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /enmalloczn.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_enmalloczn(int, int, size_t, ...); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /enmemalign.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_enmemalign(int, size_t, size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /enmemalignn.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_enmemalignn(int, size_t, size_t, ...); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /enmemalignz.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_enmemalignz(int, int, size_t, size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /enmemalignzn.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_enmemalignzn(int, int, size_t, size_t, ...); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /enmemalloc.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_enmemalloc(int, size_t, ...); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /enprintf.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_enprintf(int, const char *, ...); /* TODO test */ 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /enpvallocn.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_enpvallocn(int, size_t, ...); /* TODO test */ 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /enreadlink.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline char *libsimple_enreadlink(int, const char *); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) /* TODO test */ 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /envalloc.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_envalloc(int, size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /envallocn.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_envallocn(int, size_t, ...); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /eprintf.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_eprintf(const char *, ...); /* TODO test */ 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /epvallocn.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_epvallocn(size_t, ...); /* TODO test */ 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /epvalloczn.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_epvalloczn(int, size_t, ...); /* TODO test */ 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /ereadlink.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline char *libsimple_ereadlink(const char *); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) /* TODO test */ 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /evalloc.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_evalloc(size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /evallocn.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_evallocn(size_t, ...); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /evalloczn.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_evalloczn(int, size_t, ...); /* TODO test */ 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /evmemalloc.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_evmemalloc(size_t, va_list); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /freadlink.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline char *libsimple_freadlink(int); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) /* TODO test */ 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /habs.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline unsigned short int libsimple_habs(short int, short int); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /hdiff.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline unsigned short int libsimple_hdiff(short int, short int); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /hhabs.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline unsigned char libsimple_hhabs(signed char, signed char); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /hhdiff.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline unsigned char libsimple_hhdiff(signed char, signed char); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /i16abs.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline uint_least16_t libsimple_i16abs(int_least16_t, int_least16_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /i16diff.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline uint_least16_t libsimple_i16diff(int_least16_t, int_least16_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /i32abs.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline uint_least32_t libsimple_i32abs(int_least32_t, int_least32_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /i32diff.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline uint_least32_t libsimple_i32diff(int_least32_t, int_least32_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /i64abs.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline uint_least64_t libsimple_i64abs(int_least64_t, int_least64_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /i64diff.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline uint_least64_t libsimple_i64diff(int_least64_t, int_least64_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /i8abs.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline uint_least8_t libsimple_i8abs(int_least8_t, int_least8_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /i8diff.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline uint_least8_t libsimple_i8diff(int_least8_t, int_least8_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /imaxabs.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline uintmax_t libsimple_imaxabs(intmax_t, intmax_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /imaxdiff.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline uintmax_t libsimple_imaxdiff(intmax_t, intmax_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /iptrabs.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline uintptr_t libsimple_iptrabs(intptr_t, intptr_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /iptrdiff.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline uintptr_t libsimple_iptrdiff(intptr_t, intptr_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /labs.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline unsigned long int libsimple_labs(long int, long int); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /ldiff.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline unsigned long int libsimple_ldiff(long int, long int); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /mallocn.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_mallocn(size_t, ...); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /mallocz.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_mallocz(int, size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /malloczn.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_malloczn(int, size_t, ...); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /man3/ARG.3libsimple: -------------------------------------------------------------------------------- 1 | ../man0/libsimple-arg.h.0 -------------------------------------------------------------------------------- /man3/ARGALT.3libsimple: -------------------------------------------------------------------------------- 1 | ../man0/libsimple-arg.h.0 -------------------------------------------------------------------------------- /man3/ARGBEGIN.3libsimple: -------------------------------------------------------------------------------- 1 | ../man0/libsimple-arg.h.0 -------------------------------------------------------------------------------- /man3/ARGBEGIN2.3libsimple: -------------------------------------------------------------------------------- 1 | ../man0/libsimple-arg.h.0 -------------------------------------------------------------------------------- /man3/ARGEND.3libsimple: -------------------------------------------------------------------------------- 1 | ../man0/libsimple-arg.h.0 -------------------------------------------------------------------------------- /man3/ARGHERE.3libsimple: -------------------------------------------------------------------------------- 1 | ../man0/libsimple-arg.h.0 -------------------------------------------------------------------------------- /man3/ARGMAPLONG.3libsimple: -------------------------------------------------------------------------------- 1 | ../man0/libsimple-arg.h.0 -------------------------------------------------------------------------------- /man3/ARGNULL.3libsimple: -------------------------------------------------------------------------------- 1 | ../man0/libsimple-arg.h.0 -------------------------------------------------------------------------------- /man3/ARGNUM.3libsimple: -------------------------------------------------------------------------------- 1 | ../man0/libsimple-arg.h.0 -------------------------------------------------------------------------------- /man3/FLAG.3libsimple: -------------------------------------------------------------------------------- 1 | ../man0/libsimple-arg.h.0 -------------------------------------------------------------------------------- /man3/LFLAG.3libsimple: -------------------------------------------------------------------------------- 1 | ../man0/libsimple-arg.h.0 -------------------------------------------------------------------------------- /man3/LIBSIMPLE_UNLIST.3: -------------------------------------------------------------------------------- 1 | libsimple_unlist.3 -------------------------------------------------------------------------------- /man3/NOFLAGS.3libsimple: -------------------------------------------------------------------------------- 1 | ../man0/libsimple-arg.h.0 -------------------------------------------------------------------------------- /man3/NUSAGE.3libsimple: -------------------------------------------------------------------------------- 1 | ../man0/libsimple-arg.h.0 -------------------------------------------------------------------------------- /man3/SUBARGBEGIN.3libsimple: -------------------------------------------------------------------------------- 1 | ../man0/libsimple-arg.h.0 -------------------------------------------------------------------------------- /man3/TESTLONG.3libsimple: -------------------------------------------------------------------------------- 1 | ../man0/libsimple-arg.h.0 -------------------------------------------------------------------------------- /man3/UNLIST.3libsimple: -------------------------------------------------------------------------------- 1 | LIBSIMPLE_UNLIST.3 -------------------------------------------------------------------------------- /man3/USAGE.3libsimple: -------------------------------------------------------------------------------- 1 | ../man0/libsimple-arg.h.0 -------------------------------------------------------------------------------- /man3/_enprintf.3libsimple: -------------------------------------------------------------------------------- 1 | enprintf.3libsimple -------------------------------------------------------------------------------- /man3/_eprintf.3libsimple: -------------------------------------------------------------------------------- 1 | eprintf.3libsimple -------------------------------------------------------------------------------- /man3/_venprintf.3libsimple: -------------------------------------------------------------------------------- 1 | venprintf.3libsimple -------------------------------------------------------------------------------- /man3/_veprintf.3libsimple: -------------------------------------------------------------------------------- 1 | veprintf.3libsimple -------------------------------------------------------------------------------- /man3/aligned_allocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_aligned_allocn.3 -------------------------------------------------------------------------------- /man3/aligned_allocz.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_aligned_allocz.3 -------------------------------------------------------------------------------- /man3/aligned_alloczn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_aligned_alloczn.3 -------------------------------------------------------------------------------- /man3/aligned_memdup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_aligned_memdup.3 -------------------------------------------------------------------------------- /man3/aligned_memdupa.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_aligned_memdupa.3 -------------------------------------------------------------------------------- /man3/aligned_realloc.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_aligned_realloc.3 -------------------------------------------------------------------------------- /man3/aligned_reallocarray.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_aligned_reallocarray.3 -------------------------------------------------------------------------------- /man3/aligned_reallocarrayf.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_aligned_reallocarrayf.3 -------------------------------------------------------------------------------- /man3/aligned_reallocf.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_aligned_reallocf.3 -------------------------------------------------------------------------------- /man3/aligned_reallocfn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_aligned_reallocfn.3 -------------------------------------------------------------------------------- /man3/aligned_reallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_aligned_reallocn.3 -------------------------------------------------------------------------------- /man3/aligned_strdup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_aligned_strdup.3 -------------------------------------------------------------------------------- /man3/aligned_strdupa.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_aligned_strdupa.3 -------------------------------------------------------------------------------- /man3/aligned_strndup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_aligned_strndup.3 -------------------------------------------------------------------------------- /man3/aligned_strndupa.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_aligned_strndupa.3 -------------------------------------------------------------------------------- /man3/aligned_wcsdup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_aligned_wcsdup.3 -------------------------------------------------------------------------------- /man3/aligned_wcsdupa.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_aligned_wcsdupa.3 -------------------------------------------------------------------------------- /man3/aligned_wcsndup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_aligned_wcsndup.3 -------------------------------------------------------------------------------- /man3/aligned_wcsndupa.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_aligned_wcsndupa.3 -------------------------------------------------------------------------------- /man3/aligned_wmemdup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_aligned_wmemdup.3 -------------------------------------------------------------------------------- /man3/aligned_wmemdupa.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_aligned_wmemdupa.3 -------------------------------------------------------------------------------- /man3/asprintf.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_asprintf.3 -------------------------------------------------------------------------------- /man3/asprintfa.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_asprintfa.3 -------------------------------------------------------------------------------- /man3/callocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_callocn.3 -------------------------------------------------------------------------------- /man3/cmptimespec.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_cmptimespec.3 -------------------------------------------------------------------------------- /man3/cmptimeval.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_cmptimeval.3 -------------------------------------------------------------------------------- /man3/difftimespec.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_difftimespec.3 -------------------------------------------------------------------------------- /man3/difftimeval.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_difftimeval.3 -------------------------------------------------------------------------------- /man3/doubletotimespec.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_doubletotimespec.3 -------------------------------------------------------------------------------- /man3/doubletotimeval.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_doubletotimeval.3 -------------------------------------------------------------------------------- /man3/ealigned_alloc.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_ealigned_alloc.3 -------------------------------------------------------------------------------- /man3/ealigned_allocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_ealigned_allocn.3 -------------------------------------------------------------------------------- /man3/ealigned_allocz.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_ealigned_allocz.3 -------------------------------------------------------------------------------- /man3/ealigned_alloczn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_ealigned_alloczn.3 -------------------------------------------------------------------------------- /man3/ealigned_memdup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_ealigned_memdup.3 -------------------------------------------------------------------------------- /man3/ealigned_realloc.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_ealigned_realloc.3 -------------------------------------------------------------------------------- /man3/ealigned_reallocarray.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_ealigned_reallocarray.3 -------------------------------------------------------------------------------- /man3/ealigned_reallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_ealigned_reallocn.3 -------------------------------------------------------------------------------- /man3/ealigned_strdup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_ealigned_strdup.3 -------------------------------------------------------------------------------- /man3/ealigned_strndup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_ealigned_strndup.3 -------------------------------------------------------------------------------- /man3/ealigned_wcsdup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_ealigned_wcsdup.3 -------------------------------------------------------------------------------- /man3/ealigned_wcsndup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_ealigned_wcsndup.3 -------------------------------------------------------------------------------- /man3/ealigned_wmemdup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_ealigned_wmemdup.3 -------------------------------------------------------------------------------- /man3/ecalloc.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_ecalloc.3 -------------------------------------------------------------------------------- /man3/ecallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_ecallocn.3 -------------------------------------------------------------------------------- /man3/emalloc.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_emalloc.3 -------------------------------------------------------------------------------- /man3/emallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_emallocn.3 -------------------------------------------------------------------------------- /man3/emallocz.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_emallocz.3 -------------------------------------------------------------------------------- /man3/emalloczn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_emalloczn.3 -------------------------------------------------------------------------------- /man3/ememalign.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_ememalign.3 -------------------------------------------------------------------------------- /man3/ememalignn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_ememalignn.3 -------------------------------------------------------------------------------- /man3/ememalignz.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_ememalignz.3 -------------------------------------------------------------------------------- /man3/ememalignzn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_ememalignzn.3 -------------------------------------------------------------------------------- /man3/ememdup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_ememdup.3 -------------------------------------------------------------------------------- /man3/enaligned_alloc.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enaligned_alloc.3 -------------------------------------------------------------------------------- /man3/enaligned_allocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enaligned_allocn.3 -------------------------------------------------------------------------------- /man3/enaligned_allocz.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enaligned_allocz.3 -------------------------------------------------------------------------------- /man3/enaligned_alloczn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enaligned_alloczn.3 -------------------------------------------------------------------------------- /man3/enaligned_memdup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enaligned_memdup.3 -------------------------------------------------------------------------------- /man3/enaligned_realloc.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enaligned_realloc.3 -------------------------------------------------------------------------------- /man3/enaligned_reallocarray.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enaligned_reallocarray.3 -------------------------------------------------------------------------------- /man3/enaligned_reallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enaligned_reallocn.3 -------------------------------------------------------------------------------- /man3/enaligned_strdup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enaligned_strdup.3 -------------------------------------------------------------------------------- /man3/enaligned_strndup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enaligned_strndup.3 -------------------------------------------------------------------------------- /man3/enaligned_wcsdup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enaligned_wcsdup.3 -------------------------------------------------------------------------------- /man3/enaligned_wcsndup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enaligned_wcsndup.3 -------------------------------------------------------------------------------- /man3/enaligned_wmemdup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enaligned_wmemdup.3 -------------------------------------------------------------------------------- /man3/encalloc.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_encalloc.3 -------------------------------------------------------------------------------- /man3/encallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_encallocn.3 -------------------------------------------------------------------------------- /man3/enmalloc.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enmalloc.3 -------------------------------------------------------------------------------- /man3/enmallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enmallocn.3 -------------------------------------------------------------------------------- /man3/enmallocz.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enmallocz.3 -------------------------------------------------------------------------------- /man3/enmalloczn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enmalloczn.3 -------------------------------------------------------------------------------- /man3/enmemalign.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enmemalign.3 -------------------------------------------------------------------------------- /man3/enmemalignn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enmemalignn.3 -------------------------------------------------------------------------------- /man3/enmemalignz.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enmemalignz.3 -------------------------------------------------------------------------------- /man3/enmemalignzn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enmemalignzn.3 -------------------------------------------------------------------------------- /man3/enmemdup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enmemdup.3 -------------------------------------------------------------------------------- /man3/enposix_memalign.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enposix_memalign.3 -------------------------------------------------------------------------------- /man3/enposix_memalignn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enposix_memalignn.3 -------------------------------------------------------------------------------- /man3/enposix_memalignz.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enposix_memalignz.3 -------------------------------------------------------------------------------- /man3/enposix_memalignzn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enposix_memalignzn.3 -------------------------------------------------------------------------------- /man3/enprintf.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enprintf.3 -------------------------------------------------------------------------------- /man3/enputenvf.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enputenvf.3 -------------------------------------------------------------------------------- /man3/enpvalloc.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enpvalloc.3 -------------------------------------------------------------------------------- /man3/enpvallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enpvallocn.3 -------------------------------------------------------------------------------- /man3/enpvallocz.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enpvallocz.3 -------------------------------------------------------------------------------- /man3/enpvalloczn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enpvalloczn.3 -------------------------------------------------------------------------------- /man3/enrealloc.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enrealloc.3 -------------------------------------------------------------------------------- /man3/enreallocarray.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enreallocarray.3 -------------------------------------------------------------------------------- /man3/enreallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enreallocn.3 -------------------------------------------------------------------------------- /man3/enstrdup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enstrdup.3 -------------------------------------------------------------------------------- /man3/enstrndup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enstrndup.3 -------------------------------------------------------------------------------- /man3/envaligned_allocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_envaligned_allocn.3 -------------------------------------------------------------------------------- /man3/envaligned_alloczn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_envaligned_alloczn.3 -------------------------------------------------------------------------------- /man3/envaligned_reallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_envaligned_reallocn.3 -------------------------------------------------------------------------------- /man3/envalloc.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_envalloc.3 -------------------------------------------------------------------------------- /man3/envallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_envallocn.3 -------------------------------------------------------------------------------- /man3/envallocz.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_envallocz.3 -------------------------------------------------------------------------------- /man3/envalloczn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_envalloczn.3 -------------------------------------------------------------------------------- /man3/envcallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_envcallocn.3 -------------------------------------------------------------------------------- /man3/envmallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_envmallocn.3 -------------------------------------------------------------------------------- /man3/envmalloczn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_envmalloczn.3 -------------------------------------------------------------------------------- /man3/envmemalignn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_envmemalignn.3 -------------------------------------------------------------------------------- /man3/envmemalignzn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_envmemalignzn.3 -------------------------------------------------------------------------------- /man3/envposix_memalignn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_envposix_memalignn.3 -------------------------------------------------------------------------------- /man3/envposix_memalignzn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_envposix_memalignzn.3 -------------------------------------------------------------------------------- /man3/envputenvf.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_envputenvf.3 -------------------------------------------------------------------------------- /man3/envpvallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_envpvallocn.3 -------------------------------------------------------------------------------- /man3/envpvalloczn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_envpvalloczn.3 -------------------------------------------------------------------------------- /man3/envreallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_envreallocn.3 -------------------------------------------------------------------------------- /man3/envvallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_envvallocn.3 -------------------------------------------------------------------------------- /man3/envvalloczn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_envvalloczn.3 -------------------------------------------------------------------------------- /man3/enwcsdup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enwcsdup.3 -------------------------------------------------------------------------------- /man3/enwcsndup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enwcsndup.3 -------------------------------------------------------------------------------- /man3/enwmemdup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_enwmemdup.3 -------------------------------------------------------------------------------- /man3/eposix_memalign.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_eposix_memalign.3 -------------------------------------------------------------------------------- /man3/eposix_memalignn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_eposix_memalignn.3 -------------------------------------------------------------------------------- /man3/eposix_memalignz.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_eposix_memalignz.3 -------------------------------------------------------------------------------- /man3/eposix_memalignzn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_eposix_memalignzn.3 -------------------------------------------------------------------------------- /man3/eprintf.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_eprintf.3 -------------------------------------------------------------------------------- /man3/eputenvf.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_eputenvf.3 -------------------------------------------------------------------------------- /man3/epvalloc.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_epvalloc.3 -------------------------------------------------------------------------------- /man3/epvallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_epvallocn.3 -------------------------------------------------------------------------------- /man3/epvallocz.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_epvallocz.3 -------------------------------------------------------------------------------- /man3/epvalloczn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_epvalloczn.3 -------------------------------------------------------------------------------- /man3/erealloc.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_erealloc.3 -------------------------------------------------------------------------------- /man3/ereallocarray.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_ereallocarray.3 -------------------------------------------------------------------------------- /man3/ereallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_ereallocn.3 -------------------------------------------------------------------------------- /man3/estrdup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_estrdup.3 -------------------------------------------------------------------------------- /man3/estrndup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_estrndup.3 -------------------------------------------------------------------------------- /man3/evaligned_allocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_evaligned_allocn.3 -------------------------------------------------------------------------------- /man3/evaligned_alloczn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_evaligned_alloczn.3 -------------------------------------------------------------------------------- /man3/evaligned_reallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_evaligned_reallocn.3 -------------------------------------------------------------------------------- /man3/evalloc.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_evalloc.3 -------------------------------------------------------------------------------- /man3/evallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_evallocn.3 -------------------------------------------------------------------------------- /man3/evallocz.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_evallocz.3 -------------------------------------------------------------------------------- /man3/evalloczn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_evalloczn.3 -------------------------------------------------------------------------------- /man3/evcallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_evcallocn.3 -------------------------------------------------------------------------------- /man3/evmallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_evmallocn.3 -------------------------------------------------------------------------------- /man3/evmalloczn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_evmalloczn.3 -------------------------------------------------------------------------------- /man3/evmemalignn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_evmemalignn.3 -------------------------------------------------------------------------------- /man3/evmemalignzn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_evmemalignzn.3 -------------------------------------------------------------------------------- /man3/evposix_memalignn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_evposix_memalignn.3 -------------------------------------------------------------------------------- /man3/evposix_memalignzn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_evposix_memalignzn.3 -------------------------------------------------------------------------------- /man3/evputenvf.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_evputenvf.3 -------------------------------------------------------------------------------- /man3/evpvallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_evpvallocn.3 -------------------------------------------------------------------------------- /man3/evpvalloczn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_evpvalloczn.3 -------------------------------------------------------------------------------- /man3/evreallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_evreallocn.3 -------------------------------------------------------------------------------- /man3/evvallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_evvallocn.3 -------------------------------------------------------------------------------- /man3/evvalloczn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_evvalloczn.3 -------------------------------------------------------------------------------- /man3/ewcsdup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_ewcsdup.3 -------------------------------------------------------------------------------- /man3/ewcsndup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_ewcsndup.3 -------------------------------------------------------------------------------- /man3/ewmemdup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_ewmemdup.3 -------------------------------------------------------------------------------- /man3/getenv_e.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_getenv_e.3 -------------------------------------------------------------------------------- /man3/getenv_ne.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_getenv_ne.3 -------------------------------------------------------------------------------- /man3/inchrcaseset.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_inchrcaseset.3 -------------------------------------------------------------------------------- /man3/inchrset.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_inchrset.3 -------------------------------------------------------------------------------- /man3/libsimple__enprintf.3: -------------------------------------------------------------------------------- 1 | libsimple_enprintf.3 -------------------------------------------------------------------------------- /man3/libsimple__eprintf.3: -------------------------------------------------------------------------------- 1 | libsimple_eprintf.3 -------------------------------------------------------------------------------- /man3/libsimple__venprintf.3: -------------------------------------------------------------------------------- 1 | libsimple_venprintf.3 -------------------------------------------------------------------------------- /man3/libsimple__veprintf.3: -------------------------------------------------------------------------------- 1 | libsimple_veprintf.3 -------------------------------------------------------------------------------- /man3/libsimple_aligned_allocn.3: -------------------------------------------------------------------------------- 1 | libsimple_valigned_allocn.3 -------------------------------------------------------------------------------- /man3/libsimple_aligned_alloczn.3: -------------------------------------------------------------------------------- 1 | libsimple_valigned_alloczn.3 -------------------------------------------------------------------------------- /man3/libsimple_aligned_memdupa.3: -------------------------------------------------------------------------------- 1 | libsimple_aligned_memdup.3 -------------------------------------------------------------------------------- /man3/libsimple_aligned_reallocfn.3: -------------------------------------------------------------------------------- 1 | libsimple_valigned_reallocfn.3 -------------------------------------------------------------------------------- /man3/libsimple_aligned_reallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_valigned_reallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_aligned_strdupa.3: -------------------------------------------------------------------------------- 1 | libsimple_aligned_strdup.3 -------------------------------------------------------------------------------- /man3/libsimple_aligned_strndupa.3: -------------------------------------------------------------------------------- 1 | libsimple_aligned_strndup.3 -------------------------------------------------------------------------------- /man3/libsimple_aligned_wcsdupa.3: -------------------------------------------------------------------------------- 1 | libsimple_aligned_wcsdup.3 -------------------------------------------------------------------------------- /man3/libsimple_aligned_wcsndupa.3: -------------------------------------------------------------------------------- 1 | libsimple_aligned_wcsndup.3 -------------------------------------------------------------------------------- /man3/libsimple_aligned_wmemdupa.3: -------------------------------------------------------------------------------- 1 | libsimple_aligned_wmemdup.3 -------------------------------------------------------------------------------- /man3/libsimple_arrayalloc.3: -------------------------------------------------------------------------------- 1 | libsimple_varrayalloc.3 -------------------------------------------------------------------------------- /man3/libsimple_asprintf.3: -------------------------------------------------------------------------------- 1 | libsimple_vasprintf.3 -------------------------------------------------------------------------------- /man3/libsimple_asprintfa.3: -------------------------------------------------------------------------------- 1 | libsimple_vasprintfa.3 -------------------------------------------------------------------------------- /man3/libsimple_callocn.3: -------------------------------------------------------------------------------- 1 | libsimple_vcallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_cmptimeval.3: -------------------------------------------------------------------------------- 1 | libsimple_cmptimespec.3 -------------------------------------------------------------------------------- /man3/libsimple_default_failure_exit.3: -------------------------------------------------------------------------------- 1 | libsimple_vweprintf.3 -------------------------------------------------------------------------------- /man3/libsimple_difftimeval.3: -------------------------------------------------------------------------------- 1 | libsimple_difftimespec.3 -------------------------------------------------------------------------------- /man3/libsimple_doubletotimeval.3: -------------------------------------------------------------------------------- 1 | libsimple_doubletotimespec.3 -------------------------------------------------------------------------------- /man3/libsimple_ealigned_alloc.3: -------------------------------------------------------------------------------- 1 | libsimple_enaligned_alloc.3 -------------------------------------------------------------------------------- /man3/libsimple_ealigned_allocn.3: -------------------------------------------------------------------------------- 1 | libsimple_enaligned_allocn.3 -------------------------------------------------------------------------------- /man3/libsimple_ealigned_allocz.3: -------------------------------------------------------------------------------- 1 | libsimple_enaligned_allocz.3 -------------------------------------------------------------------------------- /man3/libsimple_ealigned_alloczn.3: -------------------------------------------------------------------------------- 1 | libsimple_enaligned_alloczn.3 -------------------------------------------------------------------------------- /man3/libsimple_ealigned_memdup.3: -------------------------------------------------------------------------------- 1 | libsimple_enaligned_memdup.3 -------------------------------------------------------------------------------- /man3/libsimple_ealigned_realloc.3: -------------------------------------------------------------------------------- 1 | libsimple_enaligned_realloc.3 -------------------------------------------------------------------------------- /man3/libsimple_ealigned_reallocarray.3: -------------------------------------------------------------------------------- 1 | libsimple_enaligned_reallocarray.3 -------------------------------------------------------------------------------- /man3/libsimple_ealigned_reallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_evaligned_reallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_ealigned_strdup.3: -------------------------------------------------------------------------------- 1 | libsimple_enaligned_strdup.3 -------------------------------------------------------------------------------- /man3/libsimple_ealigned_strndup.3: -------------------------------------------------------------------------------- 1 | libsimple_enaligned_strndup.3 -------------------------------------------------------------------------------- /man3/libsimple_ealigned_wcsdup.3: -------------------------------------------------------------------------------- 1 | libsimple_enaligned_wcsdup.3 -------------------------------------------------------------------------------- /man3/libsimple_ealigned_wcsndup.3: -------------------------------------------------------------------------------- 1 | libsimple_enaligned_wcsndup.3 -------------------------------------------------------------------------------- /man3/libsimple_ealigned_wmemdup.3: -------------------------------------------------------------------------------- 1 | libsimple_enaligned_wmemdup.3 -------------------------------------------------------------------------------- /man3/libsimple_earrayalloc.3: -------------------------------------------------------------------------------- 1 | libsimple_evarrayalloc.3 -------------------------------------------------------------------------------- /man3/libsimple_ecalloc.3: -------------------------------------------------------------------------------- 1 | libsimple_encalloc.3 -------------------------------------------------------------------------------- /man3/libsimple_ecallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_encallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_egmtime.3: -------------------------------------------------------------------------------- 1 | libsimple_gmtime.3 -------------------------------------------------------------------------------- /man3/libsimple_elocaltime.3: -------------------------------------------------------------------------------- 1 | libsimple_localtime.3 -------------------------------------------------------------------------------- /man3/libsimple_emalloc.3: -------------------------------------------------------------------------------- 1 | libsimple_enmalloc.3 -------------------------------------------------------------------------------- /man3/libsimple_emallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_enmallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_emallocz.3: -------------------------------------------------------------------------------- 1 | libsimple_enmallocz.3 -------------------------------------------------------------------------------- /man3/libsimple_emalloczn.3: -------------------------------------------------------------------------------- 1 | libsimple_enmalloczn.3 -------------------------------------------------------------------------------- /man3/libsimple_ememalign.3: -------------------------------------------------------------------------------- 1 | libsimple_enmemalign.3 -------------------------------------------------------------------------------- /man3/libsimple_ememalignn.3: -------------------------------------------------------------------------------- 1 | libsimple_enmemalignn.3 -------------------------------------------------------------------------------- /man3/libsimple_ememalignz.3: -------------------------------------------------------------------------------- 1 | libsimple_enmemalignz.3 -------------------------------------------------------------------------------- /man3/libsimple_ememalignzn.3: -------------------------------------------------------------------------------- 1 | libsimple_enmemalignzn.3 -------------------------------------------------------------------------------- /man3/libsimple_ememalloc.3: -------------------------------------------------------------------------------- 1 | libsimple_evmemalloc.3 -------------------------------------------------------------------------------- /man3/libsimple_ememdup.3: -------------------------------------------------------------------------------- 1 | libsimple_enmemdup.3 -------------------------------------------------------------------------------- /man3/libsimple_enaligned_allocn.3: -------------------------------------------------------------------------------- 1 | libsimple_aligned_allocn.3 -------------------------------------------------------------------------------- /man3/libsimple_enaligned_allocz.3: -------------------------------------------------------------------------------- 1 | libsimple_aligned_allocz.3 -------------------------------------------------------------------------------- /man3/libsimple_enaligned_alloczn.3: -------------------------------------------------------------------------------- 1 | libsimple_aligned_alloczn.3 -------------------------------------------------------------------------------- /man3/libsimple_enaligned_memdup.3: -------------------------------------------------------------------------------- 1 | libsimple_aligned_memdup.3 -------------------------------------------------------------------------------- /man3/libsimple_enaligned_realloc.3: -------------------------------------------------------------------------------- 1 | libsimple_aligned_realloc.3 -------------------------------------------------------------------------------- /man3/libsimple_enaligned_reallocarray.3: -------------------------------------------------------------------------------- 1 | libsimple_aligned_reallocarray.3 -------------------------------------------------------------------------------- /man3/libsimple_enaligned_reallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_envaligned_reallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_enaligned_strdup.3: -------------------------------------------------------------------------------- 1 | libsimple_aligned_strdup.3 -------------------------------------------------------------------------------- /man3/libsimple_enaligned_strndup.3: -------------------------------------------------------------------------------- 1 | libsimple_aligned_strndup.3 -------------------------------------------------------------------------------- /man3/libsimple_enaligned_wcsdup.3: -------------------------------------------------------------------------------- 1 | libsimple_aligned_wcsdup.3 -------------------------------------------------------------------------------- /man3/libsimple_enaligned_wcsndup.3: -------------------------------------------------------------------------------- 1 | libsimple_aligned_wcsndup.3 -------------------------------------------------------------------------------- /man3/libsimple_enaligned_wmemdup.3: -------------------------------------------------------------------------------- 1 | libsimple_aligned_wmemdup.3 -------------------------------------------------------------------------------- /man3/libsimple_enarrayalloc.3: -------------------------------------------------------------------------------- 1 | libsimple_envarrayalloc.3 -------------------------------------------------------------------------------- /man3/libsimple_encallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_callocn.3 -------------------------------------------------------------------------------- /man3/libsimple_engmtime.3: -------------------------------------------------------------------------------- 1 | libsimple_gmtime.3 -------------------------------------------------------------------------------- /man3/libsimple_enlocaltime.3: -------------------------------------------------------------------------------- 1 | libsimple_localtime.3 -------------------------------------------------------------------------------- /man3/libsimple_enmallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_mallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_enmallocz.3: -------------------------------------------------------------------------------- 1 | libsimple_mallocz.3 -------------------------------------------------------------------------------- /man3/libsimple_enmalloczn.3: -------------------------------------------------------------------------------- 1 | libsimple_malloczn.3 -------------------------------------------------------------------------------- /man3/libsimple_enmemalign.3: -------------------------------------------------------------------------------- 1 | libsimple_memalign.3 -------------------------------------------------------------------------------- /man3/libsimple_enmemalignn.3: -------------------------------------------------------------------------------- 1 | libsimple_memalignn.3 -------------------------------------------------------------------------------- /man3/libsimple_enmemalignz.3: -------------------------------------------------------------------------------- 1 | libsimple_memalignz.3 -------------------------------------------------------------------------------- /man3/libsimple_enmemalignzn.3: -------------------------------------------------------------------------------- 1 | libsimple_memalignzn.3 -------------------------------------------------------------------------------- /man3/libsimple_enmemalloc.3: -------------------------------------------------------------------------------- 1 | libsimple_envmemalloc.3 -------------------------------------------------------------------------------- /man3/libsimple_enmemdup.3: -------------------------------------------------------------------------------- 1 | libsimple_memdup.3 -------------------------------------------------------------------------------- /man3/libsimple_enposix_memalignn.3: -------------------------------------------------------------------------------- 1 | libsimple_posix_memalignn.3 -------------------------------------------------------------------------------- /man3/libsimple_enposix_memalignz.3: -------------------------------------------------------------------------------- 1 | libsimple_posix_memalignz.3 -------------------------------------------------------------------------------- /man3/libsimple_enposix_memalignzn.3: -------------------------------------------------------------------------------- 1 | libsimple_posix_memalignzn.3 -------------------------------------------------------------------------------- /man3/libsimple_enprintf.3: -------------------------------------------------------------------------------- 1 | libsimple_venprintf.3 -------------------------------------------------------------------------------- /man3/libsimple_enputenvf.3: -------------------------------------------------------------------------------- 1 | libsimple_envputenvf.3 -------------------------------------------------------------------------------- /man3/libsimple_enpvalloc.3: -------------------------------------------------------------------------------- 1 | libsimple_pvalloc.3 -------------------------------------------------------------------------------- /man3/libsimple_enpvallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_pvallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_enpvallocz.3: -------------------------------------------------------------------------------- 1 | libsimple_pvallocz.3 -------------------------------------------------------------------------------- /man3/libsimple_enpvalloczn.3: -------------------------------------------------------------------------------- 1 | libsimple_pvalloczn.3 -------------------------------------------------------------------------------- /man3/libsimple_enreallocarray.3: -------------------------------------------------------------------------------- 1 | libsimple_reallocarray.3 -------------------------------------------------------------------------------- /man3/libsimple_enreallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_reallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_envaligned_allocn.3: -------------------------------------------------------------------------------- 1 | libsimple_valigned_allocn.3 -------------------------------------------------------------------------------- /man3/libsimple_envaligned_alloczn.3: -------------------------------------------------------------------------------- 1 | libsimple_valigned_alloczn.3 -------------------------------------------------------------------------------- /man3/libsimple_envaligned_reallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_valigned_reallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_envalloc.3: -------------------------------------------------------------------------------- 1 | libsimple_valloc.3 -------------------------------------------------------------------------------- /man3/libsimple_envallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_vallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_envallocz.3: -------------------------------------------------------------------------------- 1 | libsimple_vallocz.3 -------------------------------------------------------------------------------- /man3/libsimple_envalloczn.3: -------------------------------------------------------------------------------- 1 | libsimple_valloczn.3 -------------------------------------------------------------------------------- /man3/libsimple_envarrayalloc.3: -------------------------------------------------------------------------------- 1 | libsimple_arrayalloc.3 -------------------------------------------------------------------------------- /man3/libsimple_envcallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_vcallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_envmallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_vmallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_envmalloczn.3: -------------------------------------------------------------------------------- 1 | libsimple_vmalloczn.3 -------------------------------------------------------------------------------- /man3/libsimple_envmemalignn.3: -------------------------------------------------------------------------------- 1 | libsimple_vmemalignn.3 -------------------------------------------------------------------------------- /man3/libsimple_envmemalignzn.3: -------------------------------------------------------------------------------- 1 | libsimple_vmemalignzn.3 -------------------------------------------------------------------------------- /man3/libsimple_envmemalloc.3: -------------------------------------------------------------------------------- 1 | libsimple_vmemalloc.3 -------------------------------------------------------------------------------- /man3/libsimple_envposix_memalignn.3: -------------------------------------------------------------------------------- 1 | libsimple_vposix_memalignn.3 -------------------------------------------------------------------------------- /man3/libsimple_envposix_memalignzn.3: -------------------------------------------------------------------------------- 1 | libsimple_vposix_memalignzn.3 -------------------------------------------------------------------------------- /man3/libsimple_envputenvf.3: -------------------------------------------------------------------------------- 1 | libsimple_vputenvf.3 -------------------------------------------------------------------------------- /man3/libsimple_envpvallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_vpvallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_envpvalloczn.3: -------------------------------------------------------------------------------- 1 | libsimple_vpvalloczn.3 -------------------------------------------------------------------------------- /man3/libsimple_envreallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_vreallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_envvallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_vvallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_envvalloczn.3: -------------------------------------------------------------------------------- 1 | libsimple_vvalloczn.3 -------------------------------------------------------------------------------- /man3/libsimple_enwcsndup.3: -------------------------------------------------------------------------------- 1 | libsimple_wcsndup.3 -------------------------------------------------------------------------------- /man3/libsimple_enwmemdup.3: -------------------------------------------------------------------------------- 1 | libsimple_wmemdup.3 -------------------------------------------------------------------------------- /man3/libsimple_eposix_memalign.3: -------------------------------------------------------------------------------- 1 | libsimple_enposix_memalign.3 -------------------------------------------------------------------------------- /man3/libsimple_eposix_memalignn.3: -------------------------------------------------------------------------------- 1 | libsimple_enposix_memalignn.3 -------------------------------------------------------------------------------- /man3/libsimple_eposix_memalignz.3: -------------------------------------------------------------------------------- 1 | libsimple_enposix_memalignz.3 -------------------------------------------------------------------------------- /man3/libsimple_eposix_memalignzn.3: -------------------------------------------------------------------------------- 1 | libsimple_enposix_memalignzn.3 -------------------------------------------------------------------------------- /man3/libsimple_eprintf.3: -------------------------------------------------------------------------------- 1 | libsimple_veprintf.3 -------------------------------------------------------------------------------- /man3/libsimple_eprintf_postprint.3: -------------------------------------------------------------------------------- 1 | libsimple_vweprintf.3 -------------------------------------------------------------------------------- /man3/libsimple_eprintf_preprint.3: -------------------------------------------------------------------------------- 1 | libsimple_vweprintf.3 -------------------------------------------------------------------------------- /man3/libsimple_eputenvf.3: -------------------------------------------------------------------------------- 1 | libsimple_evputenvf.3 -------------------------------------------------------------------------------- /man3/libsimple_epvalloc.3: -------------------------------------------------------------------------------- 1 | libsimple_enpvalloc.3 -------------------------------------------------------------------------------- /man3/libsimple_epvallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_enpvallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_epvallocz.3: -------------------------------------------------------------------------------- 1 | libsimple_enpvallocz.3 -------------------------------------------------------------------------------- /man3/libsimple_epvalloczn.3: -------------------------------------------------------------------------------- 1 | libsimple_enpvalloczn.3 -------------------------------------------------------------------------------- /man3/libsimple_erealloc.3: -------------------------------------------------------------------------------- 1 | libsimple_enrealloc.3 -------------------------------------------------------------------------------- /man3/libsimple_ereallocarray.3: -------------------------------------------------------------------------------- 1 | libsimple_enreallocarray.3 -------------------------------------------------------------------------------- /man3/libsimple_ereallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_enreallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_estrdup.3: -------------------------------------------------------------------------------- 1 | libsimple_enstrdup.3 -------------------------------------------------------------------------------- /man3/libsimple_estrndup.3: -------------------------------------------------------------------------------- 1 | libsimple_enstrndup.3 -------------------------------------------------------------------------------- /man3/libsimple_evaligned_allocn.3: -------------------------------------------------------------------------------- 1 | libsimple_envaligned_allocn.3 -------------------------------------------------------------------------------- /man3/libsimple_evaligned_alloczn.3: -------------------------------------------------------------------------------- 1 | libsimple_envaligned_alloczn.3 -------------------------------------------------------------------------------- /man3/libsimple_evaligned_reallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_envaligned_reallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_evalloc.3: -------------------------------------------------------------------------------- 1 | libsimple_envalloc.3 -------------------------------------------------------------------------------- /man3/libsimple_evallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_envallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_evallocz.3: -------------------------------------------------------------------------------- 1 | libsimple_envallocz.3 -------------------------------------------------------------------------------- /man3/libsimple_evalloczn.3: -------------------------------------------------------------------------------- 1 | libsimple_envalloczn.3 -------------------------------------------------------------------------------- /man3/libsimple_evarrayalloc.3: -------------------------------------------------------------------------------- 1 | libsimple_envarrayalloc.3 -------------------------------------------------------------------------------- /man3/libsimple_evcallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_envcallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_evmallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_envmallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_evmalloczn.3: -------------------------------------------------------------------------------- 1 | libsimple_envmalloczn.3 -------------------------------------------------------------------------------- /man3/libsimple_evmemalignn.3: -------------------------------------------------------------------------------- 1 | libsimple_envmemalignn.3 -------------------------------------------------------------------------------- /man3/libsimple_evmemalignzn.3: -------------------------------------------------------------------------------- 1 | libsimple_envmemalignzn.3 -------------------------------------------------------------------------------- /man3/libsimple_evmemalloc.3: -------------------------------------------------------------------------------- 1 | libsimple_envmemalloc.3 -------------------------------------------------------------------------------- /man3/libsimple_evposix_memalignn.3: -------------------------------------------------------------------------------- 1 | libsimple_envposix_memalignn.3 -------------------------------------------------------------------------------- /man3/libsimple_evposix_memalignzn.3: -------------------------------------------------------------------------------- 1 | libsimple_envposix_memalignzn.3 -------------------------------------------------------------------------------- /man3/libsimple_evputenvf.3: -------------------------------------------------------------------------------- 1 | libsimple_envputenvf.3 -------------------------------------------------------------------------------- /man3/libsimple_evpvallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_envpvallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_evpvalloczn.3: -------------------------------------------------------------------------------- 1 | libsimple_envpvalloczn.3 -------------------------------------------------------------------------------- /man3/libsimple_evreallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_envreallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_evvallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_envvallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_evvalloczn.3: -------------------------------------------------------------------------------- 1 | libsimple_envvalloczn.3 -------------------------------------------------------------------------------- /man3/libsimple_ewcsdup.3: -------------------------------------------------------------------------------- 1 | libsimple_enwcsdup.3 -------------------------------------------------------------------------------- /man3/libsimple_ewcsndup.3: -------------------------------------------------------------------------------- 1 | libsimple_enwcsndup.3 -------------------------------------------------------------------------------- /man3/libsimple_ewmemdup.3: -------------------------------------------------------------------------------- 1 | libsimple_enwmemdup.3 -------------------------------------------------------------------------------- /man3/libsimple_inchrcaseset.3: -------------------------------------------------------------------------------- 1 | libsimple_inchrset.3 -------------------------------------------------------------------------------- /man3/libsimple_mallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_vmallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_malloczn.3: -------------------------------------------------------------------------------- 1 | libsimple_vmalloczn.3 -------------------------------------------------------------------------------- /man3/libsimple_memalignn.3: -------------------------------------------------------------------------------- 1 | libsimple_vmemalignn.3 -------------------------------------------------------------------------------- /man3/libsimple_memalignzn.3: -------------------------------------------------------------------------------- 1 | libsimple_vmemalignzn.3 -------------------------------------------------------------------------------- /man3/libsimple_memalloc.3: -------------------------------------------------------------------------------- 1 | libsimple_vmemalloc.3 -------------------------------------------------------------------------------- /man3/libsimple_memdupa.3: -------------------------------------------------------------------------------- 1 | libsimple_memdup.3 -------------------------------------------------------------------------------- /man3/libsimple_memelemcpy.3: -------------------------------------------------------------------------------- 1 | libsimple_memelemmove.3 -------------------------------------------------------------------------------- /man3/libsimple_memisutf8.3: -------------------------------------------------------------------------------- 1 | libsimple_strisutf8.3 -------------------------------------------------------------------------------- /man3/libsimple_memptolower.3: -------------------------------------------------------------------------------- 1 | libsimple_memtolower.3 -------------------------------------------------------------------------------- /man3/libsimple_memptoupper.3: -------------------------------------------------------------------------------- 1 | libsimple_memtoupper.3 -------------------------------------------------------------------------------- /man3/libsimple_multimeval.3: -------------------------------------------------------------------------------- 1 | libsimple_multimespec.3 -------------------------------------------------------------------------------- /man3/libsimple_posix_memalignn.3: -------------------------------------------------------------------------------- 1 | libsimple_vposix_memalignn.3 -------------------------------------------------------------------------------- /man3/libsimple_posix_memalignzn.3: -------------------------------------------------------------------------------- 1 | libsimple_vposix_memalignzn.3 -------------------------------------------------------------------------------- /man3/libsimple_putenvf.3: -------------------------------------------------------------------------------- 1 | libsimple_vputenvf.3 -------------------------------------------------------------------------------- /man3/libsimple_pvallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_vpvallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_pvalloczn.3: -------------------------------------------------------------------------------- 1 | libsimple_vpvalloczn.3 -------------------------------------------------------------------------------- /man3/libsimple_rawmemccpy.3: -------------------------------------------------------------------------------- 1 | libsimple_rawmemcmove.3 -------------------------------------------------------------------------------- /man3/libsimple_rawmemelemcpy.3: -------------------------------------------------------------------------------- 1 | libsimple_rawmemelemmove.3 -------------------------------------------------------------------------------- /man3/libsimple_reallocfn.3: -------------------------------------------------------------------------------- 1 | libsimple_vreallocfn.3 -------------------------------------------------------------------------------- /man3/libsimple_reallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_vreallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_stpnset.3: -------------------------------------------------------------------------------- 1 | libsimple_strnset.3 -------------------------------------------------------------------------------- /man3/libsimple_stpntolower.3: -------------------------------------------------------------------------------- 1 | libsimple_strntolower.3 -------------------------------------------------------------------------------- /man3/libsimple_stpntoupper.3: -------------------------------------------------------------------------------- 1 | libsimple_strntoupper.3 -------------------------------------------------------------------------------- /man3/libsimple_stpset.3: -------------------------------------------------------------------------------- 1 | libsimple_strset.3 -------------------------------------------------------------------------------- /man3/libsimple_stptolower.3: -------------------------------------------------------------------------------- 1 | libsimple_strtolower.3 -------------------------------------------------------------------------------- /man3/libsimple_stptoupper.3: -------------------------------------------------------------------------------- 1 | libsimple_strtoupper.3 -------------------------------------------------------------------------------- /man3/libsimple_strccpy.3: -------------------------------------------------------------------------------- 1 | libsimple_strcmove.3 -------------------------------------------------------------------------------- /man3/libsimple_strdupa.3: -------------------------------------------------------------------------------- 1 | libsimple_enstrdup.3 -------------------------------------------------------------------------------- /man3/libsimple_strnccpy.3: -------------------------------------------------------------------------------- 1 | libsimple_strncmove.3 -------------------------------------------------------------------------------- /man3/libsimple_strndupa.3: -------------------------------------------------------------------------------- 1 | libsimple_enstrndup.3 -------------------------------------------------------------------------------- /man3/libsimple_strnisutf8.3: -------------------------------------------------------------------------------- 1 | libsimple_strisutf8.3 -------------------------------------------------------------------------------- /man3/libsimple_strtoh.3: -------------------------------------------------------------------------------- 1 | libsimple_strtoi.3 -------------------------------------------------------------------------------- /man3/libsimple_strtohh.3: -------------------------------------------------------------------------------- 1 | libsimple_strtoi.3 -------------------------------------------------------------------------------- /man3/libsimple_strtoi16.3: -------------------------------------------------------------------------------- 1 | libsimple_strtoi.3 -------------------------------------------------------------------------------- /man3/libsimple_strtoi32.3: -------------------------------------------------------------------------------- 1 | libsimple_strtoi.3 -------------------------------------------------------------------------------- /man3/libsimple_strtoi64.3: -------------------------------------------------------------------------------- 1 | libsimple_strtoi.3 -------------------------------------------------------------------------------- /man3/libsimple_strtoi8.3: -------------------------------------------------------------------------------- 1 | libsimple_strtoi.3 -------------------------------------------------------------------------------- /man3/libsimple_strtotimeval.3: -------------------------------------------------------------------------------- 1 | libsimple_strtotimespec.3 -------------------------------------------------------------------------------- /man3/libsimple_strtou16.3: -------------------------------------------------------------------------------- 1 | libsimple_strtou.3 -------------------------------------------------------------------------------- /man3/libsimple_strtou32.3: -------------------------------------------------------------------------------- 1 | libsimple_strtou.3 -------------------------------------------------------------------------------- /man3/libsimple_strtou64.3: -------------------------------------------------------------------------------- 1 | libsimple_strtou.3 -------------------------------------------------------------------------------- /man3/libsimple_strtou8.3: -------------------------------------------------------------------------------- 1 | libsimple_strtou.3 -------------------------------------------------------------------------------- /man3/libsimple_strtouh.3: -------------------------------------------------------------------------------- 1 | libsimple_strtou.3 -------------------------------------------------------------------------------- /man3/libsimple_strtouhh.3: -------------------------------------------------------------------------------- 1 | libsimple_strtou.3 -------------------------------------------------------------------------------- /man3/libsimple_strtouz.3: -------------------------------------------------------------------------------- 1 | libsimple_strtou.3 -------------------------------------------------------------------------------- /man3/libsimple_strtoz.3: -------------------------------------------------------------------------------- 1 | libsimple_strtoi.3 -------------------------------------------------------------------------------- /man3/libsimple_sumtimeval.3: -------------------------------------------------------------------------------- 1 | libsimple_sumtimespec.3 -------------------------------------------------------------------------------- /man3/libsimple_timespec2timeval.3: -------------------------------------------------------------------------------- 1 | libsimple_timeval2timespec.3 -------------------------------------------------------------------------------- /man3/libsimple_timevaltodouble.3: -------------------------------------------------------------------------------- 1 | libsimple_timespectodouble.3 -------------------------------------------------------------------------------- /man3/libsimple_timevaltostr.3: -------------------------------------------------------------------------------- 1 | libsimple_timespectostr.3 -------------------------------------------------------------------------------- /man3/libsimple_vallocn.3: -------------------------------------------------------------------------------- 1 | libsimple_vvallocn.3 -------------------------------------------------------------------------------- /man3/libsimple_valloczn.3: -------------------------------------------------------------------------------- 1 | libsimple_vvalloczn.3 -------------------------------------------------------------------------------- /man3/libsimple_vasprintfa.3: -------------------------------------------------------------------------------- 1 | libsimple_vasprintf.3 -------------------------------------------------------------------------------- /man3/libsimple_venprintf.3: -------------------------------------------------------------------------------- 1 | libsimple_vweprintf.3 -------------------------------------------------------------------------------- /man3/libsimple_veprintf.3: -------------------------------------------------------------------------------- 1 | libsimple_venprintf.3 -------------------------------------------------------------------------------- /man3/libsimple_wcsdupa.3: -------------------------------------------------------------------------------- 1 | libsimple_enwcsdup.3 -------------------------------------------------------------------------------- /man3/libsimple_wcsndupa.3: -------------------------------------------------------------------------------- 1 | libsimple_wcsndup.3 -------------------------------------------------------------------------------- /man3/libsimple_weprintf.3: -------------------------------------------------------------------------------- 1 | libsimple_vweprintf.3 -------------------------------------------------------------------------------- /man3/libsimple_wmemdupa.3: -------------------------------------------------------------------------------- 1 | libsimple_wmemdup.3 -------------------------------------------------------------------------------- /man3/mallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_mallocn.3 -------------------------------------------------------------------------------- /man3/mallocz.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_mallocz.3 -------------------------------------------------------------------------------- /man3/malloczn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_malloczn.3 -------------------------------------------------------------------------------- /man3/memalign.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memalign.3 -------------------------------------------------------------------------------- /man3/memalignn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memalignn.3 -------------------------------------------------------------------------------- /man3/memalignz.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memalignz.3 -------------------------------------------------------------------------------- /man3/memalignzn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memalignzn.3 -------------------------------------------------------------------------------- /man3/memcasechr.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memcasechr.3 -------------------------------------------------------------------------------- /man3/memcasechr_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memcasechr_inv.3 -------------------------------------------------------------------------------- /man3/memcasecmp.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memcasecmp.3 -------------------------------------------------------------------------------- /man3/memcaseends.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memcaseends.3 -------------------------------------------------------------------------------- /man3/memcaseeq.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memcaseeq.3 -------------------------------------------------------------------------------- /man3/memcaseeqlen.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memcaseeqlen.3 -------------------------------------------------------------------------------- /man3/memcasemem.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memcasemem.3 -------------------------------------------------------------------------------- /man3/memcasescan.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memcasescan.3 -------------------------------------------------------------------------------- /man3/memcasescan_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memcasescan_inv.3 -------------------------------------------------------------------------------- /man3/memcasestarts.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memcasestarts.3 -------------------------------------------------------------------------------- /man3/memchr_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memchr_inv.3 -------------------------------------------------------------------------------- /man3/memcmove.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memcmove.3 -------------------------------------------------------------------------------- /man3/memdup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memdup.3 -------------------------------------------------------------------------------- /man3/memdupa.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memdupa.3 -------------------------------------------------------------------------------- /man3/memelem.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memelem.3 -------------------------------------------------------------------------------- /man3/memelem_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memelem_inv.3 -------------------------------------------------------------------------------- /man3/memelemcpy.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memelemcpy.3 -------------------------------------------------------------------------------- /man3/memelemmove.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memelemmove.3 -------------------------------------------------------------------------------- /man3/memelemscan.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memelemscan.3 -------------------------------------------------------------------------------- /man3/memelemscan_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memelemscan_inv.3 -------------------------------------------------------------------------------- /man3/memends.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memends.3 -------------------------------------------------------------------------------- /man3/memeq.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memeq.3 -------------------------------------------------------------------------------- /man3/memeqlen.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memeqlen.3 -------------------------------------------------------------------------------- /man3/memisutf8.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memisutf8.3 -------------------------------------------------------------------------------- /man3/memmem.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memmem.3 -------------------------------------------------------------------------------- /man3/mempcpy.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_mempcpy.3 -------------------------------------------------------------------------------- /man3/mempmove.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_mempmove.3 -------------------------------------------------------------------------------- /man3/mempset.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_mempset.3 -------------------------------------------------------------------------------- /man3/mempsetelem.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_mempsetelem.3 -------------------------------------------------------------------------------- /man3/memptolower.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memptolower.3 -------------------------------------------------------------------------------- /man3/memptoupper.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memptoupper.3 -------------------------------------------------------------------------------- /man3/memrcasechr.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memrcasechr.3 -------------------------------------------------------------------------------- /man3/memrcasechr_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memrcasechr_inv.3 -------------------------------------------------------------------------------- /man3/memrcaseeqlen.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memrcaseeqlen.3 -------------------------------------------------------------------------------- /man3/memrcasemem.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memrcasemem.3 -------------------------------------------------------------------------------- /man3/memrchr.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memrchr.3 -------------------------------------------------------------------------------- /man3/memrchr_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memrchr_inv.3 -------------------------------------------------------------------------------- /man3/memrelem.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memrelem.3 -------------------------------------------------------------------------------- /man3/memrelem_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memrelem_inv.3 -------------------------------------------------------------------------------- /man3/memreplace.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memreplace.3 -------------------------------------------------------------------------------- /man3/memreplaceelem.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memreplaceelem.3 -------------------------------------------------------------------------------- /man3/memreqlen.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memreqlen.3 -------------------------------------------------------------------------------- /man3/memrmem.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memrmem.3 -------------------------------------------------------------------------------- /man3/memscan.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memscan.3 -------------------------------------------------------------------------------- /man3/memscan_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memscan_inv.3 -------------------------------------------------------------------------------- /man3/memsetelem.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memsetelem.3 -------------------------------------------------------------------------------- /man3/memstarts.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memstarts.3 -------------------------------------------------------------------------------- /man3/memtolower.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memtolower.3 -------------------------------------------------------------------------------- /man3/memtoupper.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_memtoupper.3 -------------------------------------------------------------------------------- /man3/minimise_number_string.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_minimise_number_string.3 -------------------------------------------------------------------------------- /man3/multimespec.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_multimespec.3 -------------------------------------------------------------------------------- /man3/multimeval.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_multimeval.3 -------------------------------------------------------------------------------- /man3/posix_memalignn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_posix_memalignn.3 -------------------------------------------------------------------------------- /man3/posix_memalignz.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_posix_memalignz.3 -------------------------------------------------------------------------------- /man3/posix_memalignzn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_posix_memalignzn.3 -------------------------------------------------------------------------------- /man3/putenvf.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_putenvf.3 -------------------------------------------------------------------------------- /man3/pvalloc.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_pvalloc.3 -------------------------------------------------------------------------------- /man3/pvallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_pvallocn.3 -------------------------------------------------------------------------------- /man3/pvallocz.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_pvallocz.3 -------------------------------------------------------------------------------- /man3/pvalloczn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_pvalloczn.3 -------------------------------------------------------------------------------- /man3/rawmemcasechr.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_rawmemcasechr.3 -------------------------------------------------------------------------------- /man3/rawmemcasechr_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_rawmemcasechr_inv.3 -------------------------------------------------------------------------------- /man3/rawmemccpy.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_rawmemccpy.3 -------------------------------------------------------------------------------- /man3/rawmemchr.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_rawmemchr.3 -------------------------------------------------------------------------------- /man3/rawmemchr_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_rawmemchr_inv.3 -------------------------------------------------------------------------------- /man3/rawmemcmove.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_rawmemcmove.3 -------------------------------------------------------------------------------- /man3/rawmemelem.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_rawmemelem.3 -------------------------------------------------------------------------------- /man3/rawmemelem_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_rawmemelem_inv.3 -------------------------------------------------------------------------------- /man3/rawmemelemcpy.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_rawmemelemcpy.3 -------------------------------------------------------------------------------- /man3/rawmemelemmove.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_rawmemelemmove.3 -------------------------------------------------------------------------------- /man3/rawmemrcasechr.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_rawmemrcasechr.3 -------------------------------------------------------------------------------- /man3/rawmemrcasechr_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_rawmemrcasechr_inv.3 -------------------------------------------------------------------------------- /man3/rawmemrchr.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_rawmemrchr.3 -------------------------------------------------------------------------------- /man3/rawmemrchr_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_rawmemrchr_inv.3 -------------------------------------------------------------------------------- /man3/rawmemrelem.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_rawmemrelem.3 -------------------------------------------------------------------------------- /man3/rawmemrelem_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_rawmemrelem_inv.3 -------------------------------------------------------------------------------- /man3/reallocarray.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_reallocarray.3 -------------------------------------------------------------------------------- /man3/reallocarrayf.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_reallocarrayf.3 -------------------------------------------------------------------------------- /man3/reallocf.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_reallocf.3 -------------------------------------------------------------------------------- /man3/reallocfn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_reallocfn.3 -------------------------------------------------------------------------------- /man3/reallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_reallocn.3 -------------------------------------------------------------------------------- /man3/stpmove.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_stpmove.3 -------------------------------------------------------------------------------- /man3/stpnmove.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_stpnmove.3 -------------------------------------------------------------------------------- /man3/stpnset.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_stpnset.3 -------------------------------------------------------------------------------- /man3/stpntolower.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_stpntolower.3 -------------------------------------------------------------------------------- /man3/stpntoupper.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_stpntoupper.3 -------------------------------------------------------------------------------- /man3/stpset.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_stpset.3 -------------------------------------------------------------------------------- /man3/stptolower.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_stptolower.3 -------------------------------------------------------------------------------- /man3/stptoupper.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_stptoupper.3 -------------------------------------------------------------------------------- /man3/strcasechr.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strcasechr.3 -------------------------------------------------------------------------------- /man3/strcasechr_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strcasechr_inv.3 -------------------------------------------------------------------------------- /man3/strcasechrnul.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strcasechrnul.3 -------------------------------------------------------------------------------- /man3/strcasechrnul_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strcasechrnul_inv.3 -------------------------------------------------------------------------------- /man3/strcasecmpnul.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strcasecmpnul.3 -------------------------------------------------------------------------------- /man3/strcaseends.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strcaseends.3 -------------------------------------------------------------------------------- /man3/strcaseeq.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strcaseeq.3 -------------------------------------------------------------------------------- /man3/strcaseeqlen.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strcaseeqlen.3 -------------------------------------------------------------------------------- /man3/strcaseeqnul.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strcaseeqnul.3 -------------------------------------------------------------------------------- /man3/strcasestarts.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strcasestarts.3 -------------------------------------------------------------------------------- /man3/strcasestr.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strcasestr.3 -------------------------------------------------------------------------------- /man3/strccpy.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strccpy.3 -------------------------------------------------------------------------------- /man3/strchr_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strchr_inv.3 -------------------------------------------------------------------------------- /man3/strchrnul.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strchrnul.3 -------------------------------------------------------------------------------- /man3/strchrnul_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strchrnul_inv.3 -------------------------------------------------------------------------------- /man3/strcmove.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strcmove.3 -------------------------------------------------------------------------------- /man3/strcmpnul.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strcmpnul.3 -------------------------------------------------------------------------------- /man3/strdupa.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strdupa.3 -------------------------------------------------------------------------------- /man3/strend.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strend.3 -------------------------------------------------------------------------------- /man3/strends.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strends.3 -------------------------------------------------------------------------------- /man3/streq.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_streq.3 -------------------------------------------------------------------------------- /man3/streqlen.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_streqlen.3 -------------------------------------------------------------------------------- /man3/streqnul.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_streqnul.3 -------------------------------------------------------------------------------- /man3/strisutf8.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strisutf8.3 -------------------------------------------------------------------------------- /man3/strmove.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strmove.3 -------------------------------------------------------------------------------- /man3/strncasechr.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strncasechr.3 -------------------------------------------------------------------------------- /man3/strncasechr_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strncasechr_inv.3 -------------------------------------------------------------------------------- /man3/strncasechrnul.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strncasechrnul.3 -------------------------------------------------------------------------------- /man3/strncasechrnul_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strncasechrnul_inv.3 -------------------------------------------------------------------------------- /man3/strncasecmpnul.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strncasecmpnul.3 -------------------------------------------------------------------------------- /man3/strncaseends.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strncaseends.3 -------------------------------------------------------------------------------- /man3/strncaseeq.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strncaseeq.3 -------------------------------------------------------------------------------- /man3/strncaseeqlen.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strncaseeqlen.3 -------------------------------------------------------------------------------- /man3/strncaseeqnul.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strncaseeqnul.3 -------------------------------------------------------------------------------- /man3/strncasestarts.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strncasestarts.3 -------------------------------------------------------------------------------- /man3/strncasestr.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strncasestr.3 -------------------------------------------------------------------------------- /man3/strnccpy.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strnccpy.3 -------------------------------------------------------------------------------- /man3/strnchr.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strnchr.3 -------------------------------------------------------------------------------- /man3/strnchr_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strnchr_inv.3 -------------------------------------------------------------------------------- /man3/strnchrnul.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strnchrnul.3 -------------------------------------------------------------------------------- /man3/strnchrnul_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strnchrnul_inv.3 -------------------------------------------------------------------------------- /man3/strncmove.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strncmove.3 -------------------------------------------------------------------------------- /man3/strncmpnul.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strncmpnul.3 -------------------------------------------------------------------------------- /man3/strndupa.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strndupa.3 -------------------------------------------------------------------------------- /man3/strnend.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strnend.3 -------------------------------------------------------------------------------- /man3/strnends.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strnends.3 -------------------------------------------------------------------------------- /man3/strneq.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strneq.3 -------------------------------------------------------------------------------- /man3/strneqlen.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strneqlen.3 -------------------------------------------------------------------------------- /man3/strneqnul.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strneqnul.3 -------------------------------------------------------------------------------- /man3/strnisutf8.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strnisutf8.3 -------------------------------------------------------------------------------- /man3/strnmove.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strnmove.3 -------------------------------------------------------------------------------- /man3/strnreplace.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strnreplace.3 -------------------------------------------------------------------------------- /man3/strnset.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strnset.3 -------------------------------------------------------------------------------- /man3/strnstarts.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strnstarts.3 -------------------------------------------------------------------------------- /man3/strnstr.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strnstr.3 -------------------------------------------------------------------------------- /man3/strntolower.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strntolower.3 -------------------------------------------------------------------------------- /man3/strntoupper.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strntoupper.3 -------------------------------------------------------------------------------- /man3/strrcasechr.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strrcasechr.3 -------------------------------------------------------------------------------- /man3/strrcasechr_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strrcasechr_inv.3 -------------------------------------------------------------------------------- /man3/strrcaseeqlen.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strrcaseeqlen.3 -------------------------------------------------------------------------------- /man3/strrcasestr.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strrcasestr.3 -------------------------------------------------------------------------------- /man3/strrchr_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strrchr_inv.3 -------------------------------------------------------------------------------- /man3/strreplace.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strreplace.3 -------------------------------------------------------------------------------- /man3/strreqlen.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strreqlen.3 -------------------------------------------------------------------------------- /man3/strrncasechr.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strrncasechr.3 -------------------------------------------------------------------------------- /man3/strrncasechr_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strrncasechr_inv.3 -------------------------------------------------------------------------------- /man3/strrncaseeqlen.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strrncaseeqlen.3 -------------------------------------------------------------------------------- /man3/strrncasestr.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strrncasestr.3 -------------------------------------------------------------------------------- /man3/strrnchr.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strrnchr.3 -------------------------------------------------------------------------------- /man3/strrnchr_inv.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strrnchr_inv.3 -------------------------------------------------------------------------------- /man3/strrneqlen.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strrneqlen.3 -------------------------------------------------------------------------------- /man3/strrnstr.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strrnstr.3 -------------------------------------------------------------------------------- /man3/strrstr.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strrstr.3 -------------------------------------------------------------------------------- /man3/strset.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strset.3 -------------------------------------------------------------------------------- /man3/strstarts.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strstarts.3 -------------------------------------------------------------------------------- /man3/strtoh.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strtoh.3 -------------------------------------------------------------------------------- /man3/strtohh.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strtohh.3 -------------------------------------------------------------------------------- /man3/strtoi.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strtoi.3 -------------------------------------------------------------------------------- /man3/strtoi16.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strtoi16.3 -------------------------------------------------------------------------------- /man3/strtoi32.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strtoi32.3 -------------------------------------------------------------------------------- /man3/strtoi64.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strtoi64.3 -------------------------------------------------------------------------------- /man3/strtoi8.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strtoi8.3 -------------------------------------------------------------------------------- /man3/strtolower.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strtolower.3 -------------------------------------------------------------------------------- /man3/strtotimespec.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strtotimespec.3 -------------------------------------------------------------------------------- /man3/strtotimeval.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strtotimeval.3 -------------------------------------------------------------------------------- /man3/strtou.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strtou.3 -------------------------------------------------------------------------------- /man3/strtou16.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strtou16.3 -------------------------------------------------------------------------------- /man3/strtou32.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strtou32.3 -------------------------------------------------------------------------------- /man3/strtou64.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strtou64.3 -------------------------------------------------------------------------------- /man3/strtou8.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strtou8.3 -------------------------------------------------------------------------------- /man3/strtouh.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strtouh.3 -------------------------------------------------------------------------------- /man3/strtouhh.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strtouhh.3 -------------------------------------------------------------------------------- /man3/strtoupper.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strtoupper.3 -------------------------------------------------------------------------------- /man3/strtouz.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strtouz.3 -------------------------------------------------------------------------------- /man3/strtoz.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_strtoz.3 -------------------------------------------------------------------------------- /man3/sumtimespec.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_sumtimespec.3 -------------------------------------------------------------------------------- /man3/sumtimeval.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_sumtimeval.3 -------------------------------------------------------------------------------- /man3/timespec2timeval.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_timespec2timeval.3 -------------------------------------------------------------------------------- /man3/timespectodouble.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_timespectodouble.3 -------------------------------------------------------------------------------- /man3/timespectostr.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_timespectostr.3 -------------------------------------------------------------------------------- /man3/timeval2timespec.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_timeval2timespec.3 -------------------------------------------------------------------------------- /man3/timevaltodouble.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_timevaltodouble.3 -------------------------------------------------------------------------------- /man3/timevaltostr.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_timevaltostr.3 -------------------------------------------------------------------------------- /man3/unlist.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_unlist.3 -------------------------------------------------------------------------------- /man3/valigned_allocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_valigned_allocn.3 -------------------------------------------------------------------------------- /man3/valigned_alloczn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_valigned_alloczn.3 -------------------------------------------------------------------------------- /man3/valigned_reallocfn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_valigned_reallocfn.3 -------------------------------------------------------------------------------- /man3/valigned_reallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_valigned_reallocn.3 -------------------------------------------------------------------------------- /man3/valloc.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_valloc.3 -------------------------------------------------------------------------------- /man3/vallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_vallocn.3 -------------------------------------------------------------------------------- /man3/vallocz.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_vallocz.3 -------------------------------------------------------------------------------- /man3/valloczn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_valloczn.3 -------------------------------------------------------------------------------- /man3/vasprintf.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_vasprintf.3 -------------------------------------------------------------------------------- /man3/vasprintfa.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_vasprintfa.3 -------------------------------------------------------------------------------- /man3/vcallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_vcallocn.3 -------------------------------------------------------------------------------- /man3/venprintf.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_venprintf.3 -------------------------------------------------------------------------------- /man3/veprintf.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_veprintf.3 -------------------------------------------------------------------------------- /man3/vmallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_vmallocn.3 -------------------------------------------------------------------------------- /man3/vmalloczn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_vmalloczn.3 -------------------------------------------------------------------------------- /man3/vmemalignn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_vmemalignn.3 -------------------------------------------------------------------------------- /man3/vmemalignzn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_vmemalignzn.3 -------------------------------------------------------------------------------- /man3/vposix_memalignn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_vposix_memalignn.3 -------------------------------------------------------------------------------- /man3/vposix_memalignzn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_vposix_memalignzn.3 -------------------------------------------------------------------------------- /man3/vputenvf.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_vputenvf.3 -------------------------------------------------------------------------------- /man3/vpvallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_vpvallocn.3 -------------------------------------------------------------------------------- /man3/vpvalloczn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_vpvalloczn.3 -------------------------------------------------------------------------------- /man3/vreallocfn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_vreallocfn.3 -------------------------------------------------------------------------------- /man3/vreallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_vreallocn.3 -------------------------------------------------------------------------------- /man3/vvallocn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_vvallocn.3 -------------------------------------------------------------------------------- /man3/vvalloczn.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_vvalloczn.3 -------------------------------------------------------------------------------- /man3/vweprintf.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_vweprintf.3 -------------------------------------------------------------------------------- /man3/wcsdupa.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_wcsdupa.3 -------------------------------------------------------------------------------- /man3/wcsndup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_wcsndup.3 -------------------------------------------------------------------------------- /man3/wcsndupa.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_wcsndupa.3 -------------------------------------------------------------------------------- /man3/weprintf.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_weprintf.3 -------------------------------------------------------------------------------- /man3/wmemdup.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_wmemdup.3 -------------------------------------------------------------------------------- /man3/wmemdupa.3libsimple: -------------------------------------------------------------------------------- 1 | libsimple_wmemdupa.3 -------------------------------------------------------------------------------- /memalign.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_memalign(size_t, size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /memalignn.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_memalignn(size_t, size_t, ...); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /memalignz.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_memalignz(int, size_t, size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /memalignzn.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_memalignzn(int, size_t, size_t, ...); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /memalloc.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_memalloc(size_t, ...); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /mk/linux.mk: -------------------------------------------------------------------------------- 1 | LIBEXT = so 2 | LIBFLAGS = -shared -Wl,-soname,lib$(LIB_NAME).$(LIBEXT).$(LIB_MAJOR) 3 | LIBMAJOREXT = $(LIBEXT).$(LIB_MAJOR) 4 | LIBMINOREXT = $(LIBEXT).$(LIB_VERSION) 5 | 6 | FIX_INSTALL_NAME = : 7 | -------------------------------------------------------------------------------- /mk/macos.mk: -------------------------------------------------------------------------------- 1 | LIBEXT = dylib 2 | LIBFLAGS = -dynamiclib -Wl,-compatibility_version,$(LIB_MAJOR) -Wl,-current_version,$(LIB_VERSION) 3 | LIBMAJOREXT = $(LIB_MAJOR).$(LIBEXT) 4 | LIBMINOREXT = $(LIB_VERSION).$(LIBEXT) 5 | 6 | FIX_INSTALL_NAME = install_name_tool -id "$(PREFIX)/lib/lib$(LIB_NAME).$(LIBMAJOREXT)" 7 | -------------------------------------------------------------------------------- /mk/windows.mk: -------------------------------------------------------------------------------- 1 | LIBEXT = dll 2 | LIBFLAGS = -shared 3 | LIBMAJOREXT = $(LIB_MAJOR).$(LIBEXT) 4 | LIBMINOREXT = $(LIB_VERSION).$(LIBEXT) 5 | 6 | FIX_INSTALL_NAME = : 7 | -------------------------------------------------------------------------------- /qsort_double.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_double(double[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_doublep.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_doublep(double *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_doublep_nul.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_doublep_nul(double *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_float.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_float(float[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_floatp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_floatp(float *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_floatp_nul.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_floatp_nul(float *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_int.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_int(int[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_int16.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_int16(int16_t[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_int16p.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_int16p(int16_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_int16p_nul.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_int16p_nul(int16_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_int32.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_int32(int32_t[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_int32p.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_int32p(int32_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_int32p_nul.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_int32p_nul(int32_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_int64.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_int64(int64_t[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_int64p.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_int64p(int64_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_int64p_nul.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_int64p_nul(int64_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_int8.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_int8(int8_t[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_int8p.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_int8p(int8_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_int8p_nul.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_int8p_nul(int8_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_int_least8.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_int_least8(int_least8_t[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_intmax.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_intmax(intmax_t[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_intmaxp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_intmaxp(intmax_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_intmaxp_nul.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_intmaxp_nul(intmax_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_intp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_intp(int *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_intp_nul.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_intp_nul(int *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_intptr.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_intptr(intptr_t[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_intptrp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_intptrp(intptr_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_intptrp_nul.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_intptrp_nul(intptr_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_llong.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_llong(long long int[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_llongp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_llongp(long long int *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_long.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_long(long int[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_longp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_longp(long int *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_longp_nul.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_longp_nul(long int *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_nul_doublep.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_nul_doublep(double *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_nul_floatp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_nul_floatp(float *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_nul_int16p.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_nul_int16p(int16_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_nul_int32p.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_nul_int32p(int32_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_nul_int64p.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_nul_int64p(int64_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_nul_int8p.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_nul_int8p(int8_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_nul_intmaxp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_nul_intmaxp(intmax_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_nul_intp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_nul_intp(int *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_nul_intptrp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_nul_intptrp(intptr_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_nul_longp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_nul_longp(long int *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_nul_sizep.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_nul_sizep(size_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_ptrdiff.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_ptrdiff(ptrdiff_t[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_ptrdiffp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_ptrdiffp(ptrdiff_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_rev_double.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_rev_double(double[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_rev_float.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_rev_float(float[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_rev_floatp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_rev_floatp(float *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_rev_int.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_rev_int(int[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_rev_int16.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_rev_int16(int16_t[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_rev_int32.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_rev_int32(int32_t[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_rev_int64.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_rev_int64(int64_t[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_rev_int8.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_rev_int8(int8_t[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_rev_int8p.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_rev_int8p(int8_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_rev_intp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_rev_intp(int *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_rev_long.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_rev_long(long int[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_rev_short.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_rev_short(short int[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_rev_size.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_rev_size(size_t[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_rev_sizep.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_rev_sizep(size_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_rev_ssize.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_rev_ssize(ssize_t[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_rev_str.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_rev_str(const char *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_rev_uint8.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_rev_uint8(uint8_t[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_schar.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_schar(signed char[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_scharp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_scharp(signed char *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_short.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_short(short int[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_shortp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_shortp(short int *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_size.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_size(size_t[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_sizep.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_sizep(size_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_sizep_nul.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_sizep_nul(size_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_ssize.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_ssize(ssize_t[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_ssizep.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_ssizep(ssize_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_str.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_str(const char *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_strp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_strp(const char **[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_uchar.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_uchar(unsigned char[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_ucharp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_ucharp(unsigned char *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_uint.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_uint(unsigned int[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_uint16.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_uint16(uint16_t[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_uint16p.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_uint16p(uint16_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_uint32.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_uint32(uint32_t[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_uint32p.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_uint32p(uint32_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_uint64.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_uint64(uint64_t[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_uint64p.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_uint64p(uint64_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_uint8.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_uint8(uint8_t[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_uint8p.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_uint8p(uint8_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_uintmax.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_uintmax(uintmax_t[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_uintmaxp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_uintmaxp(uintmax_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_uintp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_uintp(unsigned int *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_uintptr.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_uintptr(uintptr_t[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_uintptrp.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_uintptrp(uintptr_t *[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /qsort_ulong.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_qsort_ulong(unsigned long int[], size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /readlink.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline char *libsimple_readlink(const char *); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) /* TODO test */ 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /reallocarrayf.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_reallocarrayf(void *, size_t, size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /reallocf.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_reallocf(void *, size_t); /* TODO test */ 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /reallocfn.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_reallocfn(void *, size_t, ...); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /srand.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void libsimple_srand(void); /* TODO add test */ 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /toi.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline int libsimple_toi(unsigned int); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /toi16.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline int_least16_t libsimple_toi16(uint_least16_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /toi32.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline int_least32_t libsimple_toi32(uint_least32_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /toi64.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline int_least64_t libsimple_toi64(uint_least64_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /toi8.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline int_least8_t libsimple_toi8(uint_least8_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /toih.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline short int libsimple_toih(unsigned short int); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /toihh.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline signed char libsimple_toihh(unsigned char); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /toil.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline long int libsimple_toil(unsigned long int); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /toill.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline long long int libsimple_toill(unsigned long long int); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /toimax.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline intmax_t libsimple_toimax(uintmax_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /toiptr.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline intptr_t libsimple_toiptr(uintptr_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /toiz.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline ssize_t libsimple_toiz(size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /u8abs.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline uint_least8_t libsimple_u8abs(uint_least8_t, uint_least8_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /uabs.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline unsigned int libsimple_uabs(unsigned int, unsigned int); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /uhhabs.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline unsigned char libsimple_uhhabs(unsigned char, unsigned char); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /umaxabs.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline uintmax_t libsimple_umaxabs(uintmax_t, uintmax_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /uptrabs.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline uintptr_t libsimple_uptrabs(uintptr_t, uintptr_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /uzabs.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline size_t libsimple_uzabs(size_t, size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /valloc.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_valloc(size_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /vallocn.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline void *libsimple_vallocn(size_t, ...); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /zabs.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline size_t libsimple_zabs(ssize_t, ssize_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /zdiff.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include "common.h" 3 | #ifndef TEST 4 | 5 | 6 | extern inline size_t libsimple_zdiff(ssize_t, ssize_t); 7 | 8 | 9 | #else 10 | #include "test.h" 11 | 12 | int 13 | main(void) 14 | { 15 | return 0; 16 | } 17 | 18 | #endif 19 | --------------------------------------------------------------------------------