Add inttypes.h and missing dependencies.
commitb5fd837b7f9e781c287a1c2b0690fb3e7d4ed234
authorroybaer <roybaer@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 17 Aug 2023 18:20:49 +0000 (17 18:20 +0000)
committerroybaer <roybaer@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 17 Aug 2023 18:20:49 +0000 (17 18:20 +0000)
tree552d48f06a23f241964617367655672c29cdf8ae
parent9376a36b0622262cb9cce7de0593fea727ba55e9
Add inttypes.h and missing dependencies.

git-svn-id: https://svn.code.sf.net/p/sdcc/code/trunk@14309 4a8a32a2-be11-0410-ad9d-d568d2c75423
22 files changed:
sdcc/ChangeLog
sdcc/device/include/inttypes.h [new file with mode: 0644]
sdcc/device/include/stdlib.h
sdcc/device/include/wchar.h
sdcc/device/lib/Makefile.in
sdcc/device/lib/imaxabs.c [new file with mode: 0644]
sdcc/device/lib/imaxdiv.c [new file with mode: 0644]
sdcc/device/lib/incl.mk
sdcc/device/lib/llabs.c [new file with mode: 0644]
sdcc/device/lib/strtoimax.c [new file with mode: 0644]
sdcc/device/lib/strtoll.c [new file with mode: 0644]
sdcc/device/lib/strtoul.c
sdcc/device/lib/strtoull.c [copied from sdcc/device/lib/strtoul.c with 86% similarity]
sdcc/device/lib/strtoumax.c [new file with mode: 0644]
sdcc/device/lib/wcsncmp.c [new file with mode: 0644]
sdcc/device/lib/wcstoimax.c [new file with mode: 0644]
sdcc/device/lib/wcstol.c [new file with mode: 0644]
sdcc/device/lib/wcstoll.c [new file with mode: 0644]
sdcc/device/lib/wcstoul.c [copied from sdcc/device/lib/strtoul.c with 73% similarity]
sdcc/device/lib/wcstoull.c [copied from sdcc/device/lib/strtoul.c with 68% similarity]
sdcc/device/lib/wcstoumax.c [new file with mode: 0644]
sdcc/support/regression/tests/wcsto.c [new file with mode: 0644]