summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-08-16 16:14:04 -0400
committerJakob Kaivo <jkk@ung.org>2020-08-16 16:14:04 -0400
commit661f59838235815b5073a0ef95f410003639519e (patch)
tree28eb14bc8053bb32abd7c103c4078ab4f81b6129
parente223e635cc53fa11e473cdbc864eb69a3da5f290 (diff)
rename non-compiled files to *.h
-rw-r--r--src/assert/static_assert.h (renamed from src/assert/static_assert.c)0
-rw-r--r--src/complex/I.h (renamed from src/complex/I.c)0
-rw-r--r--src/complex/_Complex_I.h (renamed from src/complex/_Complex_I.c)0
-rw-r--r--src/complex/_Imaginary_I.h (renamed from src/complex/_Imaginary_I.c)0
-rw-r--r--src/complex/complex.h (renamed from src/complex/complex.c)0
-rw-r--r--src/complex/imaginary.h (renamed from src/complex/imaginary.c)0
-rw-r--r--src/errno/E2BIG.h (renamed from src/errno/E2BIG.c)0
-rw-r--r--src/errno/EACCES.h (renamed from src/errno/EACCES.c)0
-rw-r--r--src/errno/EADDRINUSE.h (renamed from src/errno/EADDRINUSE.c)0
-rw-r--r--src/errno/EADDRNOTAVAIL.h (renamed from src/errno/EADDRNOTAVAIL.c)0
-rw-r--r--src/errno/EAFNOSUPPORT.h (renamed from src/errno/EAFNOSUPPORT.c)0
-rw-r--r--src/errno/EAGAIN.h (renamed from src/errno/EAGAIN.c)0
-rw-r--r--src/errno/EALREADY.h (renamed from src/errno/EALREADY.c)0
-rw-r--r--src/errno/EBADF.h (renamed from src/errno/EBADF.c)0
-rw-r--r--src/errno/EBADMSG.h (renamed from src/errno/EBADMSG.c)0
-rw-r--r--src/errno/EBUSY.h (renamed from src/errno/EBUSY.c)0
-rw-r--r--src/errno/ECANCELED.h (renamed from src/errno/ECANCELED.c)0
-rw-r--r--src/errno/ECHILD.h (renamed from src/errno/ECHILD.c)0
-rw-r--r--src/errno/ECONNABORTED.h (renamed from src/errno/ECONNABORTED.c)0
-rw-r--r--src/errno/ECONNREFUSED.h (renamed from src/errno/ECONNREFUSED.c)0
-rw-r--r--src/errno/ECONNRESET.h (renamed from src/errno/ECONNRESET.c)0
-rw-r--r--src/errno/EDEADLK.h (renamed from src/errno/EDEADLK.c)0
-rw-r--r--src/errno/EDESTADDRREQ.h (renamed from src/errno/EDESTADDRREQ.c)0
-rw-r--r--src/errno/EDQUOT.h (renamed from src/errno/EDQUOT.c)0
-rw-r--r--src/errno/EEXIST.h (renamed from src/errno/EEXIST.c)0
-rw-r--r--src/errno/EFAULT.h (renamed from src/errno/EFAULT.c)0
-rw-r--r--src/errno/EFBIG.h (renamed from src/errno/EFBIG.c)0
-rw-r--r--src/errno/EHOSTUNREACH.h (renamed from src/errno/EHOSTUNREACH.c)0
-rw-r--r--src/errno/EIDRM.h (renamed from src/errno/EIDRM.c)0
-rw-r--r--src/errno/EILSEQ.h (renamed from src/errno/EILSEQ.c)0
-rw-r--r--src/errno/EINPROGRESS.h (renamed from src/errno/EINPROGRESS.c)0
-rw-r--r--src/errno/EINTR.h (renamed from src/errno/EINTR.c)0
-rw-r--r--src/errno/EINVAL.h (renamed from src/errno/EINVAL.c)0
-rw-r--r--src/errno/EIO.h (renamed from src/errno/EIO.c)0
-rw-r--r--src/errno/EISCONN.h (renamed from src/errno/EISCONN.c)0
-rw-r--r--src/errno/EISDIR.h (renamed from src/errno/EISDIR.c)0
-rw-r--r--src/errno/ELOOP.h (renamed from src/errno/ELOOP.c)0
-rw-r--r--src/errno/EMFILE.h (renamed from src/errno/EMFILE.c)0
-rw-r--r--src/errno/EMLINK.h (renamed from src/errno/EMLINK.c)0
-rw-r--r--src/errno/EMSGSIZE.h (renamed from src/errno/EMSGSIZE.c)0
-rw-r--r--src/errno/EMULTIHOP.h (renamed from src/errno/EMULTIHOP.c)0
-rw-r--r--src/errno/ENAMETOOLONG.h (renamed from src/errno/ENAMETOOLONG.c)0
-rw-r--r--src/errno/ENETDOWN.h (renamed from src/errno/ENETDOWN.c)0
-rw-r--r--src/errno/ENETUNREACH.h (renamed from src/errno/ENETUNREACH.c)0
-rw-r--r--src/errno/ENFILE.h (renamed from src/errno/ENFILE.c)0
-rw-r--r--src/errno/ENOBUFS.h (renamed from src/errno/ENOBUFS.c)0
-rw-r--r--src/errno/ENODATA.h (renamed from src/errno/ENODATA.c)0
-rw-r--r--src/errno/ENODEV.h (renamed from src/errno/ENODEV.c)0
-rw-r--r--src/errno/ENOENT.h (renamed from src/errno/ENOENT.c)0
-rw-r--r--src/errno/ENOEXEC.h (renamed from src/errno/ENOEXEC.c)0
-rw-r--r--src/errno/ENOLCK.h (renamed from src/errno/ENOLCK.c)0
-rw-r--r--src/errno/ENOLINK.h (renamed from src/errno/ENOLINK.c)0
-rw-r--r--src/errno/ENOMEM.h (renamed from src/errno/ENOMEM.c)0
-rw-r--r--src/errno/ENOMSG.h (renamed from src/errno/ENOMSG.c)0
-rw-r--r--src/errno/ENOPROTOOPT.h (renamed from src/errno/ENOPROTOOPT.c)0
-rw-r--r--src/errno/ENOSPC.h (renamed from src/errno/ENOSPC.c)0
-rw-r--r--src/errno/ENOSR.h (renamed from src/errno/ENOSR.c)0
-rw-r--r--src/errno/ENOSTR.h (renamed from src/errno/ENOSTR.c)0
-rw-r--r--src/errno/ENOSYS.h (renamed from src/errno/ENOSYS.c)0
-rw-r--r--src/errno/ENOTCONN.h (renamed from src/errno/ENOTCONN.c)0
-rw-r--r--src/errno/ENOTDIR.h (renamed from src/errno/ENOTDIR.c)0
-rw-r--r--src/errno/ENOTEMPTY.h (renamed from src/errno/ENOTEMPTY.c)0
-rw-r--r--src/errno/ENOTSOCK.h (renamed from src/errno/ENOTSOCK.c)0
-rw-r--r--src/errno/ENOTSUP.h (renamed from src/errno/ENOTSUP.c)0
-rw-r--r--src/errno/ENOTTY.h (renamed from src/errno/ENOTTY.c)0
-rw-r--r--src/errno/ENXIO.h (renamed from src/errno/ENXIO.c)0
-rw-r--r--src/errno/EOPNOTSUPP.h (renamed from src/errno/EOPNOTSUPP.c)0
-rw-r--r--src/errno/EOVERFLOW.h (renamed from src/errno/EOVERFLOW.c)0
-rw-r--r--src/errno/EPERM.h (renamed from src/errno/EPERM.c)0
-rw-r--r--src/errno/EPIPE.h (renamed from src/errno/EPIPE.c)0
-rw-r--r--src/errno/EPROTO.h (renamed from src/errno/EPROTO.c)0
-rw-r--r--src/errno/EPROTONOSUPPORT.h (renamed from src/errno/EPROTONOSUPPORT.c)0
-rw-r--r--src/errno/EPROTOTYPE.h (renamed from src/errno/EPROTOTYPE.c)0
-rw-r--r--src/errno/EROFS.h (renamed from src/errno/EROFS.c)0
-rw-r--r--src/errno/ESPIPE.h (renamed from src/errno/ESPIPE.c)0
-rw-r--r--src/errno/ESRCH.h (renamed from src/errno/ESRCH.c)0
-rw-r--r--src/errno/ESTALE.h (renamed from src/errno/ESTALE.c)0
-rw-r--r--src/errno/ETIME.h (renamed from src/errno/ETIME.c)0
-rw-r--r--src/errno/ETIMEDOUT.h (renamed from src/errno/ETIMEDOUT.c)0
-rw-r--r--src/errno/ETXTBSY.h (renamed from src/errno/ETXTBSY.c)0
-rw-r--r--src/errno/EWOULDBLOCK.h (renamed from src/errno/EWOULDBLOCK.c)0
-rw-r--r--src/errno/EXDEV.h (renamed from src/errno/EXDEV.c)0
-rw-r--r--src/errno/errno_t.h (renamed from src/errno/errno_t.c)0
-rw-r--r--src/fenv/FE_ALL_EXCEPT.h (renamed from src/fenv/FE_ALL_EXCEPT.c)0
-rw-r--r--src/fenv/FE_DFL_ENV.h (renamed from src/fenv/FE_DFL_ENV.c)0
-rw-r--r--src/fenv/FE_DIVBYZERO.h (renamed from src/fenv/FE_DIVBYZERO.c)0
-rw-r--r--src/fenv/FE_DOWNWARD.h (renamed from src/fenv/FE_DOWNWARD.c)0
-rw-r--r--src/fenv/FE_INEXACT.h (renamed from src/fenv/FE_INEXACT.c)0
-rw-r--r--src/fenv/FE_INVALID.h (renamed from src/fenv/FE_INVALID.c)0
-rw-r--r--src/fenv/FE_OVERFLOW.h (renamed from src/fenv/FE_OVERFLOW.c)0
-rw-r--r--src/fenv/FE_TONEAREST.h (renamed from src/fenv/FE_TONEAREST.c)0
-rw-r--r--src/fenv/FE_TOWARDZERO.h (renamed from src/fenv/FE_TOWARDZERO.c)0
-rw-r--r--src/fenv/FE_UNDERFLOW.h (renamed from src/fenv/FE_UNDERFLOW.c)0
-rw-r--r--src/fenv/FE_UPWARD.h (renamed from src/fenv/FE_UPWARD.c)0
-rw-r--r--src/fenv/fenv_t.h (renamed from src/fenv/fenv_t.c)0
-rw-r--r--src/fenv/fexcept_t.h (renamed from src/fenv/fexcept_t.c)0
-rw-r--r--src/float/DBL_DECIMAL_DIG.h (renamed from src/float/DBL_DECIMAL_DIG.c)0
-rw-r--r--src/float/DBL_DIG.h (renamed from src/float/DBL_DIG.c)0
-rw-r--r--src/float/DBL_EPSILON.h (renamed from src/float/DBL_EPSILON.c)0
-rw-r--r--src/float/DBL_HAS_SUBNORM.h (renamed from src/float/DBL_HAS_SUBNORM.c)0
-rw-r--r--src/float/DBL_MANT_DIG.h (renamed from src/float/DBL_MANT_DIG.c)0
-rw-r--r--src/float/DBL_MAX.h (renamed from src/float/DBL_MAX.c)0
-rw-r--r--src/float/DBL_MAX_10_EXP.h (renamed from src/float/DBL_MAX_10_EXP.c)0
-rw-r--r--src/float/DBL_MAX_EXP.h (renamed from src/float/DBL_MAX_EXP.c)0
-rw-r--r--src/float/DBL_MIN.h (renamed from src/float/DBL_MIN.c)0
-rw-r--r--src/float/DBL_MIN_10_EXP.h (renamed from src/float/DBL_MIN_10_EXP.c)0
-rw-r--r--src/float/DBL_MIN_EXP.h (renamed from src/float/DBL_MIN_EXP.c)0
-rw-r--r--src/float/DECIMAL_DIG.h (renamed from src/float/DECIMAL_DIG.c)0
-rw-r--r--src/float/FLT_DECIMAL_DIG.h (renamed from src/float/FLT_DECIMAL_DIG.c)0
-rw-r--r--src/float/FLT_DIG.h (renamed from src/float/FLT_DIG.c)0
-rw-r--r--src/float/FLT_EPSILON.h (renamed from src/float/FLT_EPSILON.c)0
-rw-r--r--src/float/FLT_EVAL_METHOD.h (renamed from src/float/FLT_EVAL_METHOD.c)0
-rw-r--r--src/float/FLT_HAS_SUBNORM.h (renamed from src/float/FLT_HAS_SUBNORM.c)0
-rw-r--r--src/float/FLT_MANT_DIG.h (renamed from src/float/FLT_MANT_DIG.c)0
-rw-r--r--src/float/FLT_MAX.h (renamed from src/float/FLT_MAX.c)0
-rw-r--r--src/float/FLT_MAX_10_EXP.h (renamed from src/float/FLT_MAX_10_EXP.c)0
-rw-r--r--src/float/FLT_MAX_EXP.h (renamed from src/float/FLT_MAX_EXP.c)0
-rw-r--r--src/float/FLT_MIN.h (renamed from src/float/FLT_MIN.c)0
-rw-r--r--src/float/FLT_MIN_10_EXP.h (renamed from src/float/FLT_MIN_10_EXP.c)0
-rw-r--r--src/float/FLT_MIN_EXP.h (renamed from src/float/FLT_MIN_EXP.c)0
-rw-r--r--src/float/FLT_RADIX.h (renamed from src/float/FLT_RADIX.c)0
-rw-r--r--src/float/FLT_ROUNDS.h (renamed from src/float/FLT_ROUNDS.c)0
-rw-r--r--src/float/LDBL_DECIMAL_DIG.h (renamed from src/float/LDBL_DECIMAL_DIG.c)0
-rw-r--r--src/float/LDBL_DIG.h (renamed from src/float/LDBL_DIG.c)0
-rw-r--r--src/float/LDBL_EPSILON.h (renamed from src/float/LDBL_EPSILON.c)0
-rw-r--r--src/float/LDBL_HAS_SUBNORM.h (renamed from src/float/LDBL_HAS_SUBNORM.c)0
-rw-r--r--src/float/LDBL_MANT_DIG.h (renamed from src/float/LDBL_MANT_DIG.c)0
-rw-r--r--src/float/LDBL_MAX.h (renamed from src/float/LDBL_MAX.c)0
-rw-r--r--src/float/LDBL_MAX_10_EXP.h (renamed from src/float/LDBL_MAX_10_EXP.c)0
-rw-r--r--src/float/LDBL_MAX_EXP.h (renamed from src/float/LDBL_MAX_EXP.c)0
-rw-r--r--src/float/LDBL_MIN.h (renamed from src/float/LDBL_MIN.c)0
-rw-r--r--src/float/LDBL_MIN_10_EXP.h (renamed from src/float/LDBL_MIN_10_EXP.c)0
-rw-r--r--src/float/LDBL_MIN_EXP.h (renamed from src/float/LDBL_MIN_EXP.c)0
-rw-r--r--src/inttypes/PRIX16.h (renamed from src/inttypes/PRIX16.c)0
-rw-r--r--src/inttypes/PRIX32.h (renamed from src/inttypes/PRIX32.c)0
-rw-r--r--src/inttypes/PRIX64.h (renamed from src/inttypes/PRIX64.c)0
-rw-r--r--src/inttypes/PRIX8.h (renamed from src/inttypes/PRIX8.c)0
-rw-r--r--src/inttypes/PRIXFAST16.h (renamed from src/inttypes/PRIXFAST16.c)0
-rw-r--r--src/inttypes/PRIXFAST32.h (renamed from src/inttypes/PRIXFAST32.c)0
-rw-r--r--src/inttypes/PRIXFAST64.h (renamed from src/inttypes/PRIXFAST64.c)0
-rw-r--r--src/inttypes/PRIXFAST8.h (renamed from src/inttypes/PRIXFAST8.c)0
-rw-r--r--src/inttypes/PRIXLEAST16.h (renamed from src/inttypes/PRIXLEAST16.c)0
-rw-r--r--src/inttypes/PRIXLEAST32.h (renamed from src/inttypes/PRIXLEAST32.c)0
-rw-r--r--src/inttypes/PRIXLEAST64.h (renamed from src/inttypes/PRIXLEAST64.c)0
-rw-r--r--src/inttypes/PRIXLEAST8.h (renamed from src/inttypes/PRIXLEAST8.c)0
-rw-r--r--src/inttypes/PRIXMAX.h (renamed from src/inttypes/PRIXMAX.c)0
-rw-r--r--src/inttypes/PRIXPTR.h (renamed from src/inttypes/PRIXPTR.c)0
-rw-r--r--src/inttypes/PRId16.h (renamed from src/inttypes/PRId16.c)0
-rw-r--r--src/inttypes/PRId32.h (renamed from src/inttypes/PRId32.c)0
-rw-r--r--src/inttypes/PRId64.h (renamed from src/inttypes/PRId64.c)0
-rw-r--r--src/inttypes/PRId8.h (renamed from src/inttypes/PRId8.c)0
-rw-r--r--src/inttypes/PRIdFAST16.h (renamed from src/inttypes/PRIdFAST16.c)0
-rw-r--r--src/inttypes/PRIdFAST32.h (renamed from src/inttypes/PRIdFAST32.c)0
-rw-r--r--src/inttypes/PRIdFAST64.h (renamed from src/inttypes/PRIdFAST64.c)0
-rw-r--r--src/inttypes/PRIdFAST8.h (renamed from src/inttypes/PRIdFAST8.c)0
-rw-r--r--src/inttypes/PRIdLEAST16.h (renamed from src/inttypes/PRIdLEAST16.c)0
-rw-r--r--src/inttypes/PRIdLEAST32.h (renamed from src/inttypes/PRIdLEAST32.c)0
-rw-r--r--src/inttypes/PRIdLEAST64.h (renamed from src/inttypes/PRIdLEAST64.c)0
-rw-r--r--src/inttypes/PRIdLEAST8.h (renamed from src/inttypes/PRIdLEAST8.c)0
-rw-r--r--src/inttypes/PRIdMAX.h (renamed from src/inttypes/PRIdMAX.c)0
-rw-r--r--src/inttypes/PRIdPTR.h (renamed from src/inttypes/PRIdPTR.c)0
-rw-r--r--src/inttypes/PRIi16.h (renamed from src/inttypes/PRIi16.c)0
-rw-r--r--src/inttypes/PRIi32.h (renamed from src/inttypes/PRIi32.c)0
-rw-r--r--src/inttypes/PRIi64.h (renamed from src/inttypes/PRIi64.c)0
-rw-r--r--src/inttypes/PRIi8.h (renamed from src/inttypes/PRIi8.c)0
-rw-r--r--src/inttypes/PRIiFAST16.h (renamed from src/inttypes/PRIiFAST16.c)0
-rw-r--r--src/inttypes/PRIiFAST32.h (renamed from src/inttypes/PRIiFAST32.c)0
-rw-r--r--src/inttypes/PRIiFAST64.h (renamed from src/inttypes/PRIiFAST64.c)0
-rw-r--r--src/inttypes/PRIiFAST8.h (renamed from src/inttypes/PRIiFAST8.c)0
-rw-r--r--src/inttypes/PRIiLEAST16.h (renamed from src/inttypes/PRIiLEAST16.c)0
-rw-r--r--src/inttypes/PRIiLEAST32.h (renamed from src/inttypes/PRIiLEAST32.c)0
-rw-r--r--src/inttypes/PRIiLEAST64.h (renamed from src/inttypes/PRIiLEAST64.c)0
-rw-r--r--src/inttypes/PRIiLEAST8.h (renamed from src/inttypes/PRIiLEAST8.c)0
-rw-r--r--src/inttypes/PRIiMAX.h (renamed from src/inttypes/PRIiMAX.c)0
-rw-r--r--src/inttypes/PRIiPTR.h (renamed from src/inttypes/PRIiPTR.c)0
-rw-r--r--src/inttypes/PRIo16.h (renamed from src/inttypes/PRIo16.c)0
-rw-r--r--src/inttypes/PRIo32.h (renamed from src/inttypes/PRIo32.c)0
-rw-r--r--src/inttypes/PRIo64.h (renamed from src/inttypes/PRIo64.c)0
-rw-r--r--src/inttypes/PRIo8.h (renamed from src/inttypes/PRIo8.c)0
-rw-r--r--src/inttypes/PRIoFAST16.h (renamed from src/inttypes/PRIoFAST16.c)0
-rw-r--r--src/inttypes/PRIoFAST32.h (renamed from src/inttypes/PRIoFAST32.c)0
-rw-r--r--src/inttypes/PRIoFAST64.h (renamed from src/inttypes/PRIoFAST64.c)0
-rw-r--r--src/inttypes/PRIoFAST8.h (renamed from src/inttypes/PRIoFAST8.c)0
-rw-r--r--src/inttypes/PRIoLEAST16.h (renamed from src/inttypes/PRIoLEAST16.c)0
-rw-r--r--src/inttypes/PRIoLEAST32.h (renamed from src/inttypes/PRIoLEAST32.c)0
-rw-r--r--src/inttypes/PRIoLEAST64.h (renamed from src/inttypes/PRIoLEAST64.c)0
-rw-r--r--src/inttypes/PRIoLEAST8.h (renamed from src/inttypes/PRIoLEAST8.c)0
-rw-r--r--src/inttypes/PRIoMAX.h (renamed from src/inttypes/PRIoMAX.c)0
-rw-r--r--src/inttypes/PRIoPTR.h (renamed from src/inttypes/PRIoPTR.c)0
-rw-r--r--src/inttypes/PRIu16.h (renamed from src/inttypes/PRIu16.c)0
-rw-r--r--src/inttypes/PRIu32.h (renamed from src/inttypes/PRIu32.c)0
-rw-r--r--src/inttypes/PRIu64.h (renamed from src/inttypes/PRIu64.c)0
-rw-r--r--src/inttypes/PRIu8.h (renamed from src/inttypes/PRIu8.c)0
-rw-r--r--src/inttypes/PRIuFAST16.h (renamed from src/inttypes/PRIuFAST16.c)0
-rw-r--r--src/inttypes/PRIuFAST32.h (renamed from src/inttypes/PRIuFAST32.c)0
-rw-r--r--src/inttypes/PRIuFAST64.h (renamed from src/inttypes/PRIuFAST64.c)0
-rw-r--r--src/inttypes/PRIuFAST8.h (renamed from src/inttypes/PRIuFAST8.c)0
-rw-r--r--src/inttypes/PRIuLEAST16.h (renamed from src/inttypes/PRIuLEAST16.c)0
-rw-r--r--src/inttypes/PRIuLEAST32.h (renamed from src/inttypes/PRIuLEAST32.c)0
-rw-r--r--src/inttypes/PRIuLEAST64.h (renamed from src/inttypes/PRIuLEAST64.c)0
-rw-r--r--src/inttypes/PRIuLEAST8.h (renamed from src/inttypes/PRIuLEAST8.c)0
-rw-r--r--src/inttypes/PRIuMAX.h (renamed from src/inttypes/PRIuMAX.c)0
-rw-r--r--src/inttypes/PRIuPTR.h (renamed from src/inttypes/PRIuPTR.c)0
-rw-r--r--src/inttypes/PRIx16.h (renamed from src/inttypes/PRIx16.c)0
-rw-r--r--src/inttypes/PRIx32.h (renamed from src/inttypes/PRIx32.c)0
-rw-r--r--src/inttypes/PRIx64.h (renamed from src/inttypes/PRIx64.c)0
-rw-r--r--src/inttypes/PRIx8.h (renamed from src/inttypes/PRIx8.c)0
-rw-r--r--src/inttypes/PRIxFAST16.h (renamed from src/inttypes/PRIxFAST16.c)0
-rw-r--r--src/inttypes/PRIxFAST32.h (renamed from src/inttypes/PRIxFAST32.c)0
-rw-r--r--src/inttypes/PRIxFAST64.h (renamed from src/inttypes/PRIxFAST64.c)0
-rw-r--r--src/inttypes/PRIxFAST8.h (renamed from src/inttypes/PRIxFAST8.c)0
-rw-r--r--src/inttypes/PRIxLEAST16.h (renamed from src/inttypes/PRIxLEAST16.c)0
-rw-r--r--src/inttypes/PRIxLEAST32.h (renamed from src/inttypes/PRIxLEAST32.c)0
-rw-r--r--src/inttypes/PRIxLEAST64.h (renamed from src/inttypes/PRIxLEAST64.c)0
-rw-r--r--src/inttypes/PRIxLEAST8.h (renamed from src/inttypes/PRIxLEAST8.c)0
-rw-r--r--src/inttypes/PRIxMAX.h (renamed from src/inttypes/PRIxMAX.c)0
-rw-r--r--src/inttypes/PRIxPTR.h (renamed from src/inttypes/PRIxPTR.c)0
-rw-r--r--src/inttypes/SCNX16.h (renamed from src/inttypes/SCNX16.c)0
-rw-r--r--src/inttypes/SCNX32.h (renamed from src/inttypes/SCNX32.c)0
-rw-r--r--src/inttypes/SCNX64.h (renamed from src/inttypes/SCNX64.c)0
-rw-r--r--src/inttypes/SCNX8.h (renamed from src/inttypes/SCNX8.c)0
-rw-r--r--src/inttypes/SCNXFAST16.h (renamed from src/inttypes/SCNXFAST16.c)0
-rw-r--r--src/inttypes/SCNXFAST32.h (renamed from src/inttypes/SCNXFAST32.c)0
-rw-r--r--src/inttypes/SCNXFAST64.h (renamed from src/inttypes/SCNXFAST64.c)0
-rw-r--r--src/inttypes/SCNXFAST8.h (renamed from src/inttypes/SCNXFAST8.c)0
-rw-r--r--src/inttypes/SCNXLEAST16.h (renamed from src/inttypes/SCNXLEAST16.c)0
-rw-r--r--src/inttypes/SCNXLEAST32.h (renamed from src/inttypes/SCNXLEAST32.c)0
-rw-r--r--src/inttypes/SCNXLEAST64.h (renamed from src/inttypes/SCNXLEAST64.c)0
-rw-r--r--src/inttypes/SCNXLEAST8.h (renamed from src/inttypes/SCNXLEAST8.c)0
-rw-r--r--src/inttypes/SCNXMAX.h (renamed from src/inttypes/SCNXMAX.c)0
-rw-r--r--src/inttypes/SCNXPTR.h (renamed from src/inttypes/SCNXPTR.c)0
-rw-r--r--src/inttypes/SCNd16.h (renamed from src/inttypes/SCNd16.c)0
-rw-r--r--src/inttypes/SCNd32.h (renamed from src/inttypes/SCNd32.c)0
-rw-r--r--src/inttypes/SCNd64.h (renamed from src/inttypes/SCNd64.c)0
-rw-r--r--src/inttypes/SCNd8.h (renamed from src/inttypes/SCNd8.c)0
-rw-r--r--src/inttypes/SCNdFAST16.h (renamed from src/inttypes/SCNdFAST16.c)0
-rw-r--r--src/inttypes/SCNdFAST32.h (renamed from src/inttypes/SCNdFAST32.c)0
-rw-r--r--src/inttypes/SCNdFAST64.h (renamed from src/inttypes/SCNdFAST64.c)0
-rw-r--r--src/inttypes/SCNdFAST8.h (renamed from src/inttypes/SCNdFAST8.c)0
-rw-r--r--src/inttypes/SCNdLEAST16.h (renamed from src/inttypes/SCNdLEAST16.c)0
-rw-r--r--src/inttypes/SCNdLEAST32.h (renamed from src/inttypes/SCNdLEAST32.c)0
-rw-r--r--src/inttypes/SCNdLEAST64.h (renamed from src/inttypes/SCNdLEAST64.c)0
-rw-r--r--src/inttypes/SCNdLEAST8.h (renamed from src/inttypes/SCNdLEAST8.c)0
-rw-r--r--src/inttypes/SCNdMAX.h (renamed from src/inttypes/SCNdMAX.c)0
-rw-r--r--src/inttypes/SCNdPTR.h (renamed from src/inttypes/SCNdPTR.c)0
-rw-r--r--src/inttypes/SCNi16.h (renamed from src/inttypes/SCNi16.c)0
-rw-r--r--src/inttypes/SCNi32.h (renamed from src/inttypes/SCNi32.c)0
-rw-r--r--src/inttypes/SCNi64.h (renamed from src/inttypes/SCNi64.c)0
-rw-r--r--src/inttypes/SCNi8.h (renamed from src/inttypes/SCNi8.c)0
-rw-r--r--src/inttypes/SCNiFAST16.h (renamed from src/inttypes/SCNiFAST16.c)0
-rw-r--r--src/inttypes/SCNiFAST32.h (renamed from src/inttypes/SCNiFAST32.c)0
-rw-r--r--src/inttypes/SCNiFAST64.h (renamed from src/inttypes/SCNiFAST64.c)0
-rw-r--r--src/inttypes/SCNiFAST8.h (renamed from src/inttypes/SCNiFAST8.c)0
-rw-r--r--src/inttypes/SCNiLEAST16.h (renamed from src/inttypes/SCNiLEAST16.c)0
-rw-r--r--src/inttypes/SCNiLEAST32.h (renamed from src/inttypes/SCNiLEAST32.c)0
-rw-r--r--src/inttypes/SCNiLEAST64.h (renamed from src/inttypes/SCNiLEAST64.c)0
-rw-r--r--src/inttypes/SCNiLEAST8.h (renamed from src/inttypes/SCNiLEAST8.c)0
-rw-r--r--src/inttypes/SCNiMAX.h (renamed from src/inttypes/SCNiMAX.c)0
-rw-r--r--src/inttypes/SCNiPTR.h (renamed from src/inttypes/SCNiPTR.c)0
-rw-r--r--src/inttypes/SCNo16.h (renamed from src/inttypes/SCNo16.c)0
-rw-r--r--src/inttypes/SCNo32.h (renamed from src/inttypes/SCNo32.c)0
-rw-r--r--src/inttypes/SCNo64.h (renamed from src/inttypes/SCNo64.c)0
-rw-r--r--src/inttypes/SCNo8.h (renamed from src/inttypes/SCNo8.c)0
-rw-r--r--src/inttypes/SCNoFAST16.h (renamed from src/inttypes/SCNoFAST16.c)0
-rw-r--r--src/inttypes/SCNoFAST32.h (renamed from src/inttypes/SCNoFAST32.c)0
-rw-r--r--src/inttypes/SCNoFAST64.h (renamed from src/inttypes/SCNoFAST64.c)0
-rw-r--r--src/inttypes/SCNoFAST8.h (renamed from src/inttypes/SCNoFAST8.c)0
-rw-r--r--src/inttypes/SCNoLEAST16.h (renamed from src/inttypes/SCNoLEAST16.c)0
-rw-r--r--src/inttypes/SCNoLEAST32.h (renamed from src/inttypes/SCNoLEAST32.c)0
-rw-r--r--src/inttypes/SCNoLEAST64.h (renamed from src/inttypes/SCNoLEAST64.c)0
-rw-r--r--src/inttypes/SCNoLEAST8.h (renamed from src/inttypes/SCNoLEAST8.c)0
-rw-r--r--src/inttypes/SCNoMAX.h (renamed from src/inttypes/SCNoMAX.c)0
-rw-r--r--src/inttypes/SCNoPTR.h (renamed from src/inttypes/SCNoPTR.c)0
-rw-r--r--src/inttypes/SCNu16.h (renamed from src/inttypes/SCNu16.c)0
-rw-r--r--src/inttypes/SCNu32.h (renamed from src/inttypes/SCNu32.c)0
-rw-r--r--src/inttypes/SCNu64.h (renamed from src/inttypes/SCNu64.c)0
-rw-r--r--src/inttypes/SCNu8.h (renamed from src/inttypes/SCNu8.c)0
-rw-r--r--src/inttypes/SCNuFAST16.h (renamed from src/inttypes/SCNuFAST16.c)0
-rw-r--r--src/inttypes/SCNuFAST32.h (renamed from src/inttypes/SCNuFAST32.c)0
-rw-r--r--src/inttypes/SCNuFAST64.h (renamed from src/inttypes/SCNuFAST64.c)0
-rw-r--r--src/inttypes/SCNuFAST8.h (renamed from src/inttypes/SCNuFAST8.c)0
-rw-r--r--src/inttypes/SCNuLEAST16.h (renamed from src/inttypes/SCNuLEAST16.c)0
-rw-r--r--src/inttypes/SCNuLEAST32.h (renamed from src/inttypes/SCNuLEAST32.c)0
-rw-r--r--src/inttypes/SCNuLEAST64.h (renamed from src/inttypes/SCNuLEAST64.c)0
-rw-r--r--src/inttypes/SCNuLEAST8.h (renamed from src/inttypes/SCNuLEAST8.c)0
-rw-r--r--src/inttypes/SCNuMAX.h (renamed from src/inttypes/SCNuMAX.c)0
-rw-r--r--src/inttypes/SCNuPTR.h (renamed from src/inttypes/SCNuPTR.c)0
-rw-r--r--src/inttypes/SCNx16.h (renamed from src/inttypes/SCNx16.c)0
-rw-r--r--src/inttypes/SCNx32.h (renamed from src/inttypes/SCNx32.c)0
-rw-r--r--src/inttypes/SCNx64.h (renamed from src/inttypes/SCNx64.c)0
-rw-r--r--src/inttypes/SCNx8.h (renamed from src/inttypes/SCNx8.c)0
-rw-r--r--src/inttypes/SCNxFAST16.h (renamed from src/inttypes/SCNxFAST16.c)0
-rw-r--r--src/inttypes/SCNxFAST32.h (renamed from src/inttypes/SCNxFAST32.c)0
-rw-r--r--src/inttypes/SCNxFAST64.h (renamed from src/inttypes/SCNxFAST64.c)0
-rw-r--r--src/inttypes/SCNxFAST8.h (renamed from src/inttypes/SCNxFAST8.c)0
-rw-r--r--src/inttypes/SCNxLEAST16.h (renamed from src/inttypes/SCNxLEAST16.c)0
-rw-r--r--src/inttypes/SCNxLEAST32.h (renamed from src/inttypes/SCNxLEAST32.c)0
-rw-r--r--src/inttypes/SCNxLEAST64.h (renamed from src/inttypes/SCNxLEAST64.c)0
-rw-r--r--src/inttypes/SCNxLEAST8.h (renamed from src/inttypes/SCNxLEAST8.c)0
-rw-r--r--src/inttypes/SCNxMAX.h (renamed from src/inttypes/SCNxMAX.c)0
-rw-r--r--src/inttypes/SCNxPTR.h (renamed from src/inttypes/SCNxPTR.c)0
-rw-r--r--src/inttypes/imaxdiv_t.h (renamed from src/inttypes/imaxdiv_t.c)0
-rw-r--r--src/inttypes/intmax_t.h (renamed from src/inttypes/intmax_t.c)0
-rw-r--r--src/inttypes/uintmax_t.h (renamed from src/inttypes/uintmax_t.c)0
-rw-r--r--src/iso646/and.h (renamed from src/iso646/and.c)0
-rw-r--r--src/iso646/and_eq.h (renamed from src/iso646/and_eq.c)0
-rw-r--r--src/iso646/bitand.h (renamed from src/iso646/bitand.c)0
-rw-r--r--src/iso646/bitor.h (renamed from src/iso646/bitor.c)0
-rw-r--r--src/iso646/compl.h (renamed from src/iso646/compl.c)0
-rw-r--r--src/iso646/not.h (renamed from src/iso646/not.c)0
-rw-r--r--src/iso646/not_eq.h (renamed from src/iso646/not_eq.c)0
-rw-r--r--src/iso646/or.h (renamed from src/iso646/or.c)0
-rw-r--r--src/iso646/or_eq.h (renamed from src/iso646/or_eq.c)0
-rw-r--r--src/iso646/xor.h (renamed from src/iso646/xor.c)0
-rw-r--r--src/iso646/xor_eq.h (renamed from src/iso646/xor_eq.c)0
-rw-r--r--src/limits/AIO_LISTIO_MAX.h (renamed from src/limits/AIO_LISTIO_MAX.c)0
-rw-r--r--src/limits/AIO_MAX.h (renamed from src/limits/AIO_MAX.c)0
-rw-r--r--src/limits/AIO_PRIO_DELTA_MAX.h (renamed from src/limits/AIO_PRIO_DELTA_MAX.c)0
-rw-r--r--src/limits/ARG_MAX.h (renamed from src/limits/ARG_MAX.c)0
-rw-r--r--src/limits/ATEXIT_MAX.h (renamed from src/limits/ATEXIT_MAX.c)0
-rw-r--r--src/limits/BC_BASE_MAX.h (renamed from src/limits/BC_BASE_MAX.c)0
-rw-r--r--src/limits/BC_DIM_MAX.h (renamed from src/limits/BC_DIM_MAX.c)0
-rw-r--r--src/limits/BC_SCALE_MAX.h (renamed from src/limits/BC_SCALE_MAX.c)0
-rw-r--r--src/limits/BC_STRING_MAX.h (renamed from src/limits/BC_STRING_MAX.c)0
-rw-r--r--src/limits/CHARCLASS_NAME_MAX.h (renamed from src/limits/CHARCLASS_NAME_MAX.c)0
-rw-r--r--src/limits/CHAR_BIT.h (renamed from src/limits/CHAR_BIT.c)0
-rw-r--r--src/limits/CHAR_MAX.h (renamed from src/limits/CHAR_MAX.c)0
-rw-r--r--src/limits/CHAR_MIN.h (renamed from src/limits/CHAR_MIN.c)0
-rw-r--r--src/limits/CHILD_MAX.h (renamed from src/limits/CHILD_MAX.c)0
-rw-r--r--src/limits/COLL_WEIGHTS_MAX.h (renamed from src/limits/COLL_WEIGHTS_MAX.c)0
-rw-r--r--src/limits/DELAYTIMER_MAX.h (renamed from src/limits/DELAYTIMER_MAX.c)0
-rw-r--r--src/limits/EXPR_NEST_MAX.h (renamed from src/limits/EXPR_NEST_MAX.c)0
-rw-r--r--src/limits/INT_MAX.h (renamed from src/limits/INT_MAX.c)0
-rw-r--r--src/limits/INT_MIN.h (renamed from src/limits/INT_MIN.c)0
-rw-r--r--src/limits/IOV_MAX.h (renamed from src/limits/IOV_MAX.c)0
-rw-r--r--src/limits/LINE_MAX.h (renamed from src/limits/LINE_MAX.c)0
-rw-r--r--src/limits/LINK_MAX.h (renamed from src/limits/LINK_MAX.c)0
-rw-r--r--src/limits/LLONG_MAX.h (renamed from src/limits/LLONG_MAX.c)0
-rw-r--r--src/limits/LLONG_MIN.h (renamed from src/limits/LLONG_MIN.c)0
-rw-r--r--src/limits/LONG_BIT.h (renamed from src/limits/LONG_BIT.c)0
-rw-r--r--src/limits/LONG_MAX.h (renamed from src/limits/LONG_MAX.c)0
-rw-r--r--src/limits/LONG_MIN.h (renamed from src/limits/LONG_MIN.c)0
-rw-r--r--src/limits/MAX_CANON.h (renamed from src/limits/MAX_CANON.c)0
-rw-r--r--src/limits/MAX_INPUT.h (renamed from src/limits/MAX_INPUT.c)0
-rw-r--r--src/limits/MB_LEN_MAX.h (renamed from src/limits/MB_LEN_MAX.c)0
-rw-r--r--src/limits/MQ_OPEN_MAX.h (renamed from src/limits/MQ_OPEN_MAX.c)0
-rw-r--r--src/limits/MQ_PRIO_MAX.h (renamed from src/limits/MQ_PRIO_MAX.c)0
-rw-r--r--src/limits/NAME_MAX.h (renamed from src/limits/NAME_MAX.c)0
-rw-r--r--src/limits/NGROUPS_MAX.h (renamed from src/limits/NGROUPS_MAX.c)0
-rw-r--r--src/limits/NL_ARGMAX.h (renamed from src/limits/NL_ARGMAX.c)0
-rw-r--r--src/limits/NL_LANGMAX.h (renamed from src/limits/NL_LANGMAX.c)0
-rw-r--r--src/limits/NL_MSGMAX.h (renamed from src/limits/NL_MSGMAX.c)0
-rw-r--r--src/limits/NL_NMAX.h (renamed from src/limits/NL_NMAX.c)0
-rw-r--r--src/limits/NL_SETMAX.h (renamed from src/limits/NL_SETMAX.c)0
-rw-r--r--src/limits/NL_TEXTMAX.h (renamed from src/limits/NL_TEXTMAX.c)0
-rw-r--r--src/limits/NZERO.h (renamed from src/limits/NZERO.c)0
-rw-r--r--src/limits/OPEN_MAX.h (renamed from src/limits/OPEN_MAX.c)0
-rw-r--r--src/limits/PAGESIZE.h (renamed from src/limits/PAGESIZE.c)0
-rw-r--r--src/limits/PAGE_SIZE.h (renamed from src/limits/PAGE_SIZE.c)0
-rw-r--r--src/limits/PASS_MAX.h (renamed from src/limits/PASS_MAX.c)0
-rw-r--r--src/limits/PATH_MAX.h (renamed from src/limits/PATH_MAX.c)0
-rw-r--r--src/limits/PIPE_BUF.h (renamed from src/limits/PIPE_BUF.c)0
-rw-r--r--src/limits/RE_DUP_MAX.h (renamed from src/limits/RE_DUP_MAX.c)0
-rw-r--r--src/limits/RTSIG_MAX.h (renamed from src/limits/RTSIG_MAX.c)0
-rw-r--r--src/limits/SCHAR_MAX.h (renamed from src/limits/SCHAR_MAX.c)0
-rw-r--r--src/limits/SCHAR_MIN.h (renamed from src/limits/SCHAR_MIN.c)0
-rw-r--r--src/limits/SEM_NSEMS_MAX.h (renamed from src/limits/SEM_NSEMS_MAX.c)0
-rw-r--r--src/limits/SEM_VALUE_MAX.h (renamed from src/limits/SEM_VALUE_MAX.c)0
-rw-r--r--src/limits/SHRT_MAX.h (renamed from src/limits/SHRT_MAX.c)0
-rw-r--r--src/limits/SHRT_MIN.h (renamed from src/limits/SHRT_MIN.c)0
-rw-r--r--src/limits/SIGQUEUE_MAX.h (renamed from src/limits/SIGQUEUE_MAX.c)0
-rw-r--r--src/limits/SSIZE_MAX.h (renamed from src/limits/SSIZE_MAX.c)0
-rw-r--r--src/limits/STREAM_MAX.h (renamed from src/limits/STREAM_MAX.c)0
-rw-r--r--src/limits/TIMER_MAX.h (renamed from src/limits/TIMER_MAX.c)0
-rw-r--r--src/limits/TMP_MAX.h (renamed from src/limits/TMP_MAX.c)0
-rw-r--r--src/limits/TZNAME_MAX.h (renamed from src/limits/TZNAME_MAX.c)0
-rw-r--r--src/limits/UCHAR_MAX.h (renamed from src/limits/UCHAR_MAX.c)0
-rw-r--r--src/limits/UINT_MAX.h (renamed from src/limits/UINT_MAX.c)0
-rw-r--r--src/limits/ULLONG_MAX.h (renamed from src/limits/ULLONG_MAX.c)0
-rw-r--r--src/limits/ULONG_MAX.h (renamed from src/limits/ULONG_MAX.c)0
-rw-r--r--src/limits/USHRT_MAX.h (renamed from src/limits/USHRT_MAX.c)0
-rw-r--r--src/limits/WORD_BIT.h (renamed from src/limits/WORD_BIT.c)0
-rw-r--r--src/limits/_POSIX2_BC_BASE_MAX.h (renamed from src/limits/_POSIX2_BC_BASE_MAX.c)0
-rw-r--r--src/limits/_POSIX2_BC_DIM_MAX.h (renamed from src/limits/_POSIX2_BC_DIM_MAX.c)0
-rw-r--r--src/limits/_POSIX2_BC_SCALE_MAX.h (renamed from src/limits/_POSIX2_BC_SCALE_MAX.c)0
-rw-r--r--src/limits/_POSIX2_BC_STRING_MAX.h (renamed from src/limits/_POSIX2_BC_STRING_MAX.c)0
-rw-r--r--src/limits/_POSIX2_COLL_WEIGHTS_MAX.h (renamed from src/limits/_POSIX2_COLL_WEIGHTS_MAX.c)0
-rw-r--r--src/limits/_POSIX2_EXPR_NEST_MAX.h (renamed from src/limits/_POSIX2_EXPR_NEST_MAX.c)0
-rw-r--r--src/limits/_POSIX2_LINE_MAX.h (renamed from src/limits/_POSIX2_LINE_MAX.c)0
-rw-r--r--src/limits/_POSIX2_RE_DUP_MAX.h (renamed from src/limits/_POSIX2_RE_DUP_MAX.c)0
-rw-r--r--src/limits/_POSIX_AIO_LISTIO_MAX.h (renamed from src/limits/_POSIX_AIO_LISTIO_MAX.c)0
-rw-r--r--src/limits/_POSIX_AIO_MAX.h (renamed from src/limits/_POSIX_AIO_MAX.c)0
-rw-r--r--src/limits/_POSIX_ARG_MAX.h (renamed from src/limits/_POSIX_ARG_MAX.c)0
-rw-r--r--src/limits/_POSIX_CHILD_MAX.h (renamed from src/limits/_POSIX_CHILD_MAX.c)0
-rw-r--r--src/limits/_POSIX_CLOCKRES_MIN.h (renamed from src/limits/_POSIX_CLOCKRES_MIN.c)0
-rw-r--r--src/limits/_POSIX_DELAYTIMER_MAX.h (renamed from src/limits/_POSIX_DELAYTIMER_MAX.c)0
-rw-r--r--src/limits/_POSIX_LINK_MAX.h (renamed from src/limits/_POSIX_LINK_MAX.c)0
-rw-r--r--src/limits/_POSIX_MAX_CANON.h (renamed from src/limits/_POSIX_MAX_CANON.c)0
-rw-r--r--src/limits/_POSIX_MAX_INPUT.h (renamed from src/limits/_POSIX_MAX_INPUT.c)0
-rw-r--r--src/limits/_POSIX_MQ_OPEN_MAX.h (renamed from src/limits/_POSIX_MQ_OPEN_MAX.c)0
-rw-r--r--src/limits/_POSIX_MQ_PRIO_MAX.h (renamed from src/limits/_POSIX_MQ_PRIO_MAX.c)0
-rw-r--r--src/limits/_POSIX_NAME_MAX.h (renamed from src/limits/_POSIX_NAME_MAX.c)0
-rw-r--r--src/limits/_POSIX_NGROUPS_MAX.h (renamed from src/limits/_POSIX_NGROUPS_MAX.c)0
-rw-r--r--src/limits/_POSIX_OPEN_MAX.h (renamed from src/limits/_POSIX_OPEN_MAX.c)0
-rw-r--r--src/limits/_POSIX_PATH_MAX.h (renamed from src/limits/_POSIX_PATH_MAX.c)0
-rw-r--r--src/limits/_POSIX_PIPE_BUF.h (renamed from src/limits/_POSIX_PIPE_BUF.c)0
-rw-r--r--src/limits/_POSIX_RTSIG_MAX.h (renamed from src/limits/_POSIX_RTSIG_MAX.c)0
-rw-r--r--src/limits/_POSIX_SEM_NSEMS_MAX.h (renamed from src/limits/_POSIX_SEM_NSEMS_MAX.c)0
-rw-r--r--src/limits/_POSIX_SEM_VALUE_MAX.h (renamed from src/limits/_POSIX_SEM_VALUE_MAX.c)0
-rw-r--r--src/limits/_POSIX_SIGQUEUE_MAX.h (renamed from src/limits/_POSIX_SIGQUEUE_MAX.c)0
-rw-r--r--src/limits/_POSIX_SSIZE_MAX.h (renamed from src/limits/_POSIX_SSIZE_MAX.c)0
-rw-r--r--src/limits/_POSIX_STREAM_MAX.h (renamed from src/limits/_POSIX_STREAM_MAX.c)0
-rw-r--r--src/limits/_POSIX_TIMER_MAX.h (renamed from src/limits/_POSIX_TIMER_MAX.c)0
-rw-r--r--src/limits/_POSIX_TZNAME_MAX.h (renamed from src/limits/_POSIX_TZNAME_MAX.c)0
-rw-r--r--src/limits/_XOPEN_IOV_MAX.h (renamed from src/limits/_XOPEN_IOV_MAX.c)0
-rw-r--r--src/locale/LC_ALL_MASK.h (renamed from src/locale/LC_ALL_MASK.c)0
-rw-r--r--src/locale/LC_COLLATE_MASK.h (renamed from src/locale/LC_COLLATE_MASK.c)0
-rw-r--r--src/locale/LC_CTYPE_MASK.h (renamed from src/locale/LC_CTYPE_MASK.c)0
-rw-r--r--src/locale/LC_MESSAGES.h (renamed from src/locale/LC_MESSAGES.c)0
-rw-r--r--src/locale/LC_MESSAGES_MASK.h (renamed from src/locale/LC_MESSAGES_MASK.c)0
-rw-r--r--src/locale/LC_MONETARY_MASK.h (renamed from src/locale/LC_MONETARY_MASK.c)0
-rw-r--r--src/locale/LC_NUMERIC_MASK.h (renamed from src/locale/LC_NUMERIC_MASK.c)0
-rw-r--r--src/locale/LC_TIME_MASK.h (renamed from src/locale/LC_TIME_MASK.c)0
-rw-r--r--src/math/FP_FAST_FMA.h (renamed from src/math/FP_FAST_FMA.c)0
-rw-r--r--src/math/FP_FAST_FMAF.h (renamed from src/math/FP_FAST_FMAF.c)0
-rw-r--r--src/math/FP_FAST_FMAL.h (renamed from src/math/FP_FAST_FMAL.c)0
-rw-r--r--src/math/FP_ILOGB0.h (renamed from src/math/FP_ILOGB0.c)0
-rw-r--r--src/math/FP_ILOGBNAN.h (renamed from src/math/FP_ILOGBNAN.c)0
-rw-r--r--src/math/FP_INFINITE.h (renamed from src/math/FP_INFINITE.c)0
-rw-r--r--src/math/FP_NAN.h (renamed from src/math/FP_NAN.c)0
-rw-r--r--src/math/FP_NORMAL.h (renamed from src/math/FP_NORMAL.c)0
-rw-r--r--src/math/FP_SUBNORMAL.h (renamed from src/math/FP_SUBNORMAL.c)0
-rw-r--r--src/math/FP_ZERO.h (renamed from src/math/FP_ZERO.c)0
-rw-r--r--src/math/HUGE_VALF.h (renamed from src/math/HUGE_VALF.c)0
-rw-r--r--src/math/HUGE_VALL.h (renamed from src/math/HUGE_VALL.c)0
-rw-r--r--src/math/INFINITY.h (renamed from src/math/INFINITY.c)0
-rw-r--r--src/math/MATH_ERREXCEPT.h (renamed from src/math/MATH_ERREXCEPT.c)0
-rw-r--r--src/math/MATH_ERRNO.h (renamed from src/math/MATH_ERRNO.c)0
-rw-r--r--src/math/MAXFLOAT.h (renamed from src/math/MAXFLOAT.c)0
-rw-r--r--src/math/M_1_PI.h (renamed from src/math/M_1_PI.c)0
-rw-r--r--src/math/M_2_PI.h (renamed from src/math/M_2_PI.c)0
-rw-r--r--src/math/M_2_SQRTPI.h (renamed from src/math/M_2_SQRTPI.c)0
-rw-r--r--src/math/M_E.h (renamed from src/math/M_E.c)0
-rw-r--r--src/math/M_LN10.h (renamed from src/math/M_LN10.c)0
-rw-r--r--src/math/M_LN2.h (renamed from src/math/M_LN2.c)0
-rw-r--r--src/math/M_LOG10E.h (renamed from src/math/M_LOG10E.c)0
-rw-r--r--src/math/M_LOG2E.h (renamed from src/math/M_LOG2E.c)0
-rw-r--r--src/math/M_PI.h (renamed from src/math/M_PI.c)0
-rw-r--r--src/math/M_PI_2.h (renamed from src/math/M_PI_2.c)0
-rw-r--r--src/math/M_PI_4.h (renamed from src/math/M_PI_4.c)0
-rw-r--r--src/math/M_SQRT1_2.h (renamed from src/math/M_SQRT1_2.c)0
-rw-r--r--src/math/M_SQRT2.h (renamed from src/math/M_SQRT2.c)0
-rw-r--r--src/math/NAN.h (renamed from src/math/NAN.c)0
-rw-r--r--src/math/double_t.h (renamed from src/math/double_t.c)0
-rw-r--r--src/math/float_t.h (renamed from src/math/float_t.c)0
-rw-r--r--src/math/fpclassify.h (renamed from src/math/fpclassify.c)0
-rw-r--r--src/math/isfinite.h (renamed from src/math/isfinite.c)0
-rw-r--r--src/math/isinf.h (renamed from src/math/isinf.c)0
-rw-r--r--src/math/isnan.h (renamed from src/math/isnan.c)0
-rw-r--r--src/math/isnormal.h (renamed from src/math/isnormal.c)0
-rw-r--r--src/math/math_errhandling.h (renamed from src/math/math_errhandling.c)0
-rw-r--r--src/math/signbit.h (renamed from src/math/signbit.c)0
-rw-r--r--src/signal/BUS_ADRALN.h (renamed from src/signal/BUS_ADRALN.c)0
-rw-r--r--src/signal/BUS_ADRERR.h (renamed from src/signal/BUS_ADRERR.c)0
-rw-r--r--src/signal/BUS_OBJERR.h (renamed from src/signal/BUS_OBJERR.c)0
-rw-r--r--src/signal/CLD_CONTINUED.h (renamed from src/signal/CLD_CONTINUED.c)0
-rw-r--r--src/signal/CLD_DUMPED.h (renamed from src/signal/CLD_DUMPED.c)0
-rw-r--r--src/signal/CLD_EXITED.h (renamed from src/signal/CLD_EXITED.c)0
-rw-r--r--src/signal/CLD_KILLED.h (renamed from src/signal/CLD_KILLED.c)0
-rw-r--r--src/signal/CLD_STOPPED.h (renamed from src/signal/CLD_STOPPED.c)0
-rw-r--r--src/signal/CLD_TRAPPED.h (renamed from src/signal/CLD_TRAPPED.c)0
-rw-r--r--src/signal/FPE_FLTDIV.h (renamed from src/signal/FPE_FLTDIV.c)0
-rw-r--r--src/signal/FPE_FLTINV.h (renamed from src/signal/FPE_FLTINV.c)0
-rw-r--r--src/signal/FPE_FLTOVF.h (renamed from src/signal/FPE_FLTOVF.c)0
-rw-r--r--src/signal/FPE_FLTRES.h (renamed from src/signal/FPE_FLTRES.c)0
-rw-r--r--src/signal/FPE_FLTSUB.h (renamed from src/signal/FPE_FLTSUB.c)0
-rw-r--r--src/signal/FPE_FLTUND.h (renamed from src/signal/FPE_FLTUND.c)0
-rw-r--r--src/signal/FPE_INTDIV.h (renamed from src/signal/FPE_INTDIV.c)0
-rw-r--r--src/signal/FPE_INTOVF.h (renamed from src/signal/FPE_INTOVF.c)0
-rw-r--r--src/signal/ILL_BADSTK.h (renamed from src/signal/ILL_BADSTK.c)0
-rw-r--r--src/signal/ILL_COPROC.h (renamed from src/signal/ILL_COPROC.c)0
-rw-r--r--src/signal/ILL_ILLADR.h (renamed from src/signal/ILL_ILLADR.c)0
-rw-r--r--src/signal/ILL_ILLOPC.h (renamed from src/signal/ILL_ILLOPC.c)0
-rw-r--r--src/signal/ILL_ILLOPN.h (renamed from src/signal/ILL_ILLOPN.c)0
-rw-r--r--src/signal/ILL_ILLTRP.h (renamed from src/signal/ILL_ILLTRP.c)0
-rw-r--r--src/signal/ILL_PRVOPC.h (renamed from src/signal/ILL_PRVOPC.c)0
-rw-r--r--src/signal/ILL_PRVREG.h (renamed from src/signal/ILL_PRVREG.c)0
-rw-r--r--src/signal/MINSIGSTKSZ.h (renamed from src/signal/MINSIGSTKSZ.c)0
-rw-r--r--src/signal/POLL_ERR.h (renamed from src/signal/POLL_ERR.c)0
-rw-r--r--src/signal/POLL_HUP.h (renamed from src/signal/POLL_HUP.c)0
-rw-r--r--src/signal/POLL_IN.h (renamed from src/signal/POLL_IN.c)0
-rw-r--r--src/signal/POLL_MSG.h (renamed from src/signal/POLL_MSG.c)0
-rw-r--r--src/signal/POLL_OUT.h (renamed from src/signal/POLL_OUT.c)0
-rw-r--r--src/signal/POLL_PRI.h (renamed from src/signal/POLL_PRI.c)0
-rw-r--r--src/signal/SA_NOCLDSTOP.h (renamed from src/signal/SA_NOCLDSTOP.c)0
-rw-r--r--src/signal/SA_NOCLDWAIT.h (renamed from src/signal/SA_NOCLDWAIT.c)0
-rw-r--r--src/signal/SA_NODEFER.h (renamed from src/signal/SA_NODEFER.c)0
-rw-r--r--src/signal/SA_ONSTACK.h (renamed from src/signal/SA_ONSTACK.c)0
-rw-r--r--src/signal/SA_RESETHAND.h (renamed from src/signal/SA_RESETHAND.c)0
-rw-r--r--src/signal/SA_RESTART.h (renamed from src/signal/SA_RESTART.c)0
-rw-r--r--src/signal/SA_SIGINFO.h (renamed from src/signal/SA_SIGINFO.c)0
-rw-r--r--src/signal/SEGV_ACCERR.h (renamed from src/signal/SEGV_ACCERR.c)0
-rw-r--r--src/signal/SEGV_MAPERR.h (renamed from src/signal/SEGV_MAPERR.c)0
-rw-r--r--src/signal/SIGALRM.h (renamed from src/signal/SIGALRM.c)0
-rw-r--r--src/signal/SIGBUS.h (renamed from src/signal/SIGBUS.c)0
-rw-r--r--src/signal/SIGCHLD.h (renamed from src/signal/SIGCHLD.c)0
-rw-r--r--src/signal/SIGCONT.h (renamed from src/signal/SIGCONT.c)0
-rw-r--r--src/signal/SIGEV_NONE.h (renamed from src/signal/SIGEV_NONE.c)0
-rw-r--r--src/signal/SIGEV_SIGNAL.h (renamed from src/signal/SIGEV_SIGNAL.c)0
-rw-r--r--src/signal/SIGHUP.h (renamed from src/signal/SIGHUP.c)0
-rw-r--r--src/signal/SIGINT.c13
-rw-r--r--src/signal/SIGINT.h9
-rw-r--r--src/signal/SIGKILL.h (renamed from src/signal/SIGKILL.c)0
-rw-r--r--src/signal/SIGPIPE.h (renamed from src/signal/SIGPIPE.c)0
-rw-r--r--src/signal/SIGPOLL.h (renamed from src/signal/SIGPOLL.c)0
-rw-r--r--src/signal/SIGPROF.h (renamed from src/signal/SIGPROF.c)0
-rw-r--r--src/signal/SIGQUIT.h (renamed from src/signal/SIGQUIT.c)0
-rw-r--r--src/signal/SIGRTMAX.h (renamed from src/signal/SIGRTMAX.c)0
-rw-r--r--src/signal/SIGRTMIN.h (renamed from src/signal/SIGRTMIN.c)0
-rw-r--r--src/signal/SIGSTKSZ.h (renamed from src/signal/SIGSTKSZ.c)0
-rw-r--r--src/signal/SIGSTOP.h (renamed from src/signal/SIGSTOP.c)0
-rw-r--r--src/signal/SIGSYS.h (renamed from src/signal/SIGSYS.c)0
-rw-r--r--src/signal/SIGTRAP.h (renamed from src/signal/SIGTRAP.c)0
-rw-r--r--src/signal/SIGTSTP.h (renamed from src/signal/SIGTSTP.c)0
-rw-r--r--src/signal/SIGTTIN.h (renamed from src/signal/SIGTTIN.c)0
-rw-r--r--src/signal/SIGTTOU.h (renamed from src/signal/SIGTTOU.c)0
-rw-r--r--src/signal/SIGURG.h (renamed from src/signal/SIGURG.c)0
-rw-r--r--src/signal/SIGUSR1.h (renamed from src/signal/SIGUSR1.c)0
-rw-r--r--src/signal/SIGUSR2.h (renamed from src/signal/SIGUSR2.c)0
-rw-r--r--src/signal/SIGVTALRM.h (renamed from src/signal/SIGVTALRM.c)0
-rw-r--r--src/signal/SIGXCPU.h (renamed from src/signal/SIGXCPU.c)0
-rw-r--r--src/signal/SIGXFSZ.h (renamed from src/signal/SIGXFSZ.c)0
-rw-r--r--src/signal/SIG_BLOCK.h (renamed from src/signal/SIG_BLOCK.c)0
-rw-r--r--src/signal/SIG_HOLD.h (renamed from src/signal/SIG_HOLD.c)0
-rw-r--r--src/signal/SIG_SETMASK.h (renamed from src/signal/SIG_SETMASK.c)0
-rw-r--r--src/signal/SIG_UNBLOCK.h (renamed from src/signal/SIG_UNBLOCK.c)0
-rw-r--r--src/signal/SI_ASYNCIO.h (renamed from src/signal/SI_ASYNCIO.c)0
-rw-r--r--src/signal/SI_MESGQ.h (renamed from src/signal/SI_MESGQ.c)0
-rw-r--r--src/signal/SI_QUEUE.h (renamed from src/signal/SI_QUEUE.c)0
-rw-r--r--src/signal/SI_TIMER.h (renamed from src/signal/SI_TIMER.c)0
-rw-r--r--src/signal/SI_USER.h (renamed from src/signal/SI_USER.c)0
-rw-r--r--src/signal/SS_DISABLE.h (renamed from src/signal/SS_DISABLE.c)0
-rw-r--r--src/signal/SS_ONSTACK.h (renamed from src/signal/SS_ONSTACK.c)0
-rw-r--r--src/signal/TRAP_BRKPT.h (renamed from src/signal/TRAP_BRKPT.c)0
-rw-r--r--src/signal/TRAP_TRACE.h (renamed from src/signal/TRAP_TRACE.c)0
-rw-r--r--src/signal/siginfo_t.h (renamed from src/signal/siginfo_t.c)0
-rw-r--r--src/signal/sigset_t.h (renamed from src/signal/sigset_t.c)0
-rw-r--r--src/signal/stack_t.h (renamed from src/signal/stack_t.c)0
-rw-r--r--src/signal/struct_sigaction.h (renamed from src/signal/struct_sigaction.c)0
-rw-r--r--src/signal/struct_sigevent.h (renamed from src/signal/struct_sigevent.c)0
-rw-r--r--src/signal/struct_sigstack.h (renamed from src/signal/struct_sigstack.c)0
-rw-r--r--src/signal/union_sigval.h (renamed from src/signal/union_sigval.c)0
-rw-r--r--src/stdalign/__alignas_is_defined.h (renamed from src/stdalign/__alignas_is_defined.c)0
-rw-r--r--src/stdalign/__alignof_is_defined.h (renamed from src/stdalign/__alignof_is_defined.c)0
-rw-r--r--src/stdalign/alignas.h (renamed from src/stdalign/alignas.c)0
-rw-r--r--src/stdalign/alignof.h (renamed from src/stdalign/alignof.c)0
-rw-r--r--src/stdarg/va_copy.h (renamed from src/stdarg/va_copy.c)0
-rw-r--r--src/stdbool/__bool_true_false_are_defined.h (renamed from src/stdbool/__bool_true_false_are_defined.c)0
-rw-r--r--src/stdbool/bool.h (renamed from src/stdbool/bool.c)0
-rw-r--r--src/stdbool/false.h (renamed from src/stdbool/false.c)0
-rw-r--r--src/stdbool/true.h (renamed from src/stdbool/true.c)0
-rw-r--r--src/stddef/max_align_t.h (renamed from src/stddef/max_align_t.c)0
-rw-r--r--src/stddef/rsize_t.h (renamed from src/stddef/rsize_t.c)0
-rw-r--r--src/stdint/INT16_C.h (renamed from src/stdint/INT16_C.c)0
-rw-r--r--src/stdint/INT16_MAX.h (renamed from src/stdint/INT16_MAX.c)0
-rw-r--r--src/stdint/INT16_MIN.h (renamed from src/stdint/INT16_MIN.c)0
-rw-r--r--src/stdint/INT32_C.h (renamed from src/stdint/INT32_C.c)0
-rw-r--r--src/stdint/INT32_MAX.h (renamed from src/stdint/INT32_MAX.c)0
-rw-r--r--src/stdint/INT32_MIN.h (renamed from src/stdint/INT32_MIN.c)0
-rw-r--r--src/stdint/INT64_C.h (renamed from src/stdint/INT64_C.c)0
-rw-r--r--src/stdint/INT64_MAX.h (renamed from src/stdint/INT64_MAX.c)0
-rw-r--r--src/stdint/INT64_MIN.h (renamed from src/stdint/INT64_MIN.c)0
-rw-r--r--src/stdint/INT8_C.h (renamed from src/stdint/INT8_C.c)0
-rw-r--r--src/stdint/INT8_MAX.h (renamed from src/stdint/INT8_MAX.c)0
-rw-r--r--src/stdint/INT8_MIN.h (renamed from src/stdint/INT8_MIN.c)0
-rw-r--r--src/stdint/INTMAX_C.h (renamed from src/stdint/INTMAX_C.c)0
-rw-r--r--src/stdint/INTMAX_MAX.h (renamed from src/stdint/INTMAX_MAX.c)0
-rw-r--r--src/stdint/INTMAX_MIN.h (renamed from src/stdint/INTMAX_MIN.c)0
-rw-r--r--src/stdint/INTPTR_MAX.h (renamed from src/stdint/INTPTR_MAX.c)0
-rw-r--r--src/stdint/INTPTR_MIN.h (renamed from src/stdint/INTPTR_MIN.c)0
-rw-r--r--src/stdint/INT_FAST16_MAX.h (renamed from src/stdint/INT_FAST16_MAX.c)0
-rw-r--r--src/stdint/INT_FAST16_MIN.h (renamed from src/stdint/INT_FAST16_MIN.c)0
-rw-r--r--src/stdint/INT_FAST32_MAX.h (renamed from src/stdint/INT_FAST32_MAX.c)0
-rw-r--r--src/stdint/INT_FAST32_MIN.h (renamed from src/stdint/INT_FAST32_MIN.c)0
-rw-r--r--src/stdint/INT_FAST64_MAX.h (renamed from src/stdint/INT_FAST64_MAX.c)0
-rw-r--r--src/stdint/INT_FAST64_MIN.h (renamed from src/stdint/INT_FAST64_MIN.c)0
-rw-r--r--src/stdint/INT_FAST8_MAX.h (renamed from src/stdint/INT_FAST8_MAX.c)0
-rw-r--r--src/stdint/INT_FAST8_MIN.h (renamed from src/stdint/INT_FAST8_MIN.c)0
-rw-r--r--src/stdint/INT_LEAST16_MAX.h (renamed from src/stdint/INT_LEAST16_MAX.c)0
-rw-r--r--src/stdint/INT_LEAST16_MIN.h (renamed from src/stdint/INT_LEAST16_MIN.c)0
-rw-r--r--src/stdint/INT_LEAST32_MAX.h (renamed from src/stdint/INT_LEAST32_MAX.c)0
-rw-r--r--src/stdint/INT_LEAST32_MIN.h (renamed from src/stdint/INT_LEAST32_MIN.c)0
-rw-r--r--src/stdint/INT_LEAST64_MAX.h (renamed from src/stdint/INT_LEAST64_MAX.c)0
-rw-r--r--src/stdint/INT_LEAST64_MIN.h (renamed from src/stdint/INT_LEAST64_MIN.c)0
-rw-r--r--src/stdint/INT_LEAST8_MAX.h (renamed from src/stdint/INT_LEAST8_MAX.c)0
-rw-r--r--src/stdint/INT_LEAST8_MIN.h (renamed from src/stdint/INT_LEAST8_MIN.c)0
-rw-r--r--src/stdint/PTRDIFF_MAX.h (renamed from src/stdint/PTRDIFF_MAX.c)0
-rw-r--r--src/stdint/PTRDIFF_MIN.h (renamed from src/stdint/PTRDIFF_MIN.c)0
-rw-r--r--src/stdint/RSIZE_MAX.h (renamed from src/stdint/RSIZE_MAX.c)0
-rw-r--r--src/stdint/SIG_ATOMIC_MAX.h (renamed from src/stdint/SIG_ATOMIC_MAX.c)0
-rw-r--r--src/stdint/SIG_ATOMIC_MIN.h (renamed from src/stdint/SIG_ATOMIC_MIN.c)0
-rw-r--r--src/stdint/SIZE_MAX.h (renamed from src/stdint/SIZE_MAX.c)0
-rw-r--r--src/stdint/UINT16_C.h (renamed from src/stdint/UINT16_C.c)0
-rw-r--r--src/stdint/UINT16_MAX.h (renamed from src/stdint/UINT16_MAX.c)0
-rw-r--r--src/stdint/UINT32_C.h (renamed from src/stdint/UINT32_C.c)0
-rw-r--r--src/stdint/UINT32_MAX.h (renamed from src/stdint/UINT32_MAX.c)0
-rw-r--r--src/stdint/UINT64_C.h (renamed from src/stdint/UINT64_C.c)0
-rw-r--r--src/stdint/UINT64_MAX.h (renamed from src/stdint/UINT64_MAX.c)0
-rw-r--r--src/stdint/UINT8_C.h (renamed from src/stdint/UINT8_C.c)0
-rw-r--r--src/stdint/UINT8_MAX.h (renamed from src/stdint/UINT8_MAX.c)0
-rw-r--r--src/stdint/UINTMAX_C.h (renamed from src/stdint/UINTMAX_C.c)0
-rw-r--r--src/stdint/UINTMAX_MAX.h (renamed from src/stdint/UINTMAX_MAX.c)0
-rw-r--r--src/stdint/UINTPTR_MAX.h (renamed from src/stdint/UINTPTR_MAX.c)0
-rw-r--r--src/stdint/UINT_FAST16_MAX.h (renamed from src/stdint/UINT_FAST16_MAX.c)0
-rw-r--r--src/stdint/UINT_FAST32_MAX.h (renamed from src/stdint/UINT_FAST32_MAX.c)0
-rw-r--r--src/stdint/UINT_FAST64_MAX.h (renamed from src/stdint/UINT_FAST64_MAX.c)0
-rw-r--r--src/stdint/UINT_FAST8_MAX.h (renamed from src/stdint/UINT_FAST8_MAX.c)0
-rw-r--r--src/stdint/UINT_LEAST16_MAX.h (renamed from src/stdint/UINT_LEAST16_MAX.c)0
-rw-r--r--src/stdint/UINT_LEAST32_MAX.h (renamed from src/stdint/UINT_LEAST32_MAX.c)0
-rw-r--r--src/stdint/UINT_LEAST64_MAX.h (renamed from src/stdint/UINT_LEAST64_MAX.c)0
-rw-r--r--src/stdint/UINT_LEAST8_MAX.h (renamed from src/stdint/UINT_LEAST8_MAX.c)0
-rw-r--r--src/stdint/WINT_MAX.h (renamed from src/stdint/WINT_MAX.c)0
-rw-r--r--src/stdint/WINT_MIN.h (renamed from src/stdint/WINT_MIN.c)0
-rw-r--r--src/stdint/int16_t.h (renamed from src/stdint/int16_t.c)0
-rw-r--r--src/stdint/int32_t.h (renamed from src/stdint/int32_t.c)0
-rw-r--r--src/stdint/int64_t.h (renamed from src/stdint/int64_t.c)0
-rw-r--r--src/stdint/int8_t.h (renamed from src/stdint/int8_t.c)0
-rw-r--r--src/stdint/int_fast16_t.h (renamed from src/stdint/int_fast16_t.c)0
-rw-r--r--src/stdint/int_fast32_t.h (renamed from src/stdint/int_fast32_t.c)0
-rw-r--r--src/stdint/int_fast64_t.h (renamed from src/stdint/int_fast64_t.c)0
-rw-r--r--src/stdint/int_fast8_t.h (renamed from src/stdint/int_fast8_t.c)0
-rw-r--r--src/stdint/int_least16_t.h (renamed from src/stdint/int_least16_t.c)0
-rw-r--r--src/stdint/int_least32_t.h (renamed from src/stdint/int_least32_t.c)0
-rw-r--r--src/stdint/int_least64_t.h (renamed from src/stdint/int_least64_t.c)0
-rw-r--r--src/stdint/int_least8_t.h (renamed from src/stdint/int_least8_t.c)0
-rw-r--r--src/stdint/intmax_t.h (renamed from src/stdint/intmax_t.c)0
-rw-r--r--src/stdint/intptr_t.h (renamed from src/stdint/intptr_t.c)0
-rw-r--r--src/stdint/uint16_t.h (renamed from src/stdint/uint16_t.c)0
-rw-r--r--src/stdint/uint32_t.h (renamed from src/stdint/uint32_t.c)0
-rw-r--r--src/stdint/uint64_t.h (renamed from src/stdint/uint64_t.c)0
-rw-r--r--src/stdint/uint8_t.h (renamed from src/stdint/uint8_t.c)0
-rw-r--r--src/stdint/uint_fast16_t.h (renamed from src/stdint/uint_fast16_t.c)0
-rw-r--r--src/stdint/uint_fast32_t.h (renamed from src/stdint/uint_fast32_t.c)0
-rw-r--r--src/stdint/uint_fast64_t.h (renamed from src/stdint/uint_fast64_t.c)0
-rw-r--r--src/stdint/uint_fast8_t.h (renamed from src/stdint/uint_fast8_t.c)0
-rw-r--r--src/stdint/uint_least16_t.h (renamed from src/stdint/uint_least16_t.c)0
-rw-r--r--src/stdint/uint_least32_t.h (renamed from src/stdint/uint_least32_t.c)0
-rw-r--r--src/stdint/uint_least64_t.h (renamed from src/stdint/uint_least64_t.c)0
-rw-r--r--src/stdint/uint_least8_t.h (renamed from src/stdint/uint_least8_t.c)0
-rw-r--r--src/stdint/uintmax_t.h (renamed from src/stdint/uintmax_t.c)0
-rw-r--r--src/stdint/uintptr_t.h (renamed from src/stdint/uintptr_t.c)0
-rw-r--r--src/stdio/L_ctermid.h (renamed from src/stdio/L_ctermid.c)0
-rw-r--r--src/stdio/L_cuserid.h (renamed from src/stdio/L_cuserid.c)0
-rw-r--r--src/stdio/L_tmpnam_s.h (renamed from src/stdio/L_tmpnam_s.c)0
-rw-r--r--src/stdio/P_tmpdir.h (renamed from src/stdio/P_tmpdir.c)0
-rw-r--r--src/stdio/TMP_MAX_S.h (renamed from src/stdio/TMP_MAX_S.c)0
-rw-r--r--src/stdlib/constraint_handler_t.h (renamed from src/stdlib/constraint_handler_t.c)0
-rw-r--r--src/stdlib/lldiv_t.h (renamed from src/stdlib/lldiv_t.c)0
-rw-r--r--src/stdnoreturn/noreturn.h (renamed from src/stdnoreturn/noreturn.c)0
-rw-r--r--src/threads/ONCE_FLAG_INIT.h (renamed from src/threads/ONCE_FLAG_INIT.c)0
-rw-r--r--src/threads/TSS_DTOR_ITERATIONS.h (renamed from src/threads/TSS_DTOR_ITERATIONS.c)0
-rw-r--r--src/threads/_enums.h (renamed from src/threads/_enums.c)0
-rw-r--r--src/threads/cnd_t.h (renamed from src/threads/cnd_t.c)0
-rw-r--r--src/threads/mtx_t.h (renamed from src/threads/mtx_t.c)0
-rw-r--r--src/threads/thrd_start_t.h (renamed from src/threads/thrd_start_t.c)0
-rw-r--r--src/threads/thrd_t.h (renamed from src/threads/thrd_t.c)0
-rw-r--r--src/threads/tss_dtor_t.h (renamed from src/threads/tss_dtor_t.c)0
-rw-r--r--src/threads/tss_t.h (renamed from src/threads/tss_t.c)0
-rw-r--r--src/time/CLK_TCK.h (renamed from src/time/CLK_TCK.c)0
-rw-r--r--src/time/CLOCK_REALTIME.h (renamed from src/time/CLOCK_REALTIME.c)0
-rw-r--r--src/time/TIMER_ABSTIME.h (renamed from src/time/TIMER_ABSTIME.c)0
-rw-r--r--src/time/TIME_UTC.h (renamed from src/time/TIME_UTC.c)0
-rw-r--r--src/uchar/char16_t.h (renamed from src/uchar/char16_t.c)0
-rw-r--r--src/uchar/char32_t.h (renamed from src/uchar/char32_t.c)0
-rw-r--r--src/uchar/mbstate_t.ref0
-rw-r--r--src/uchar/size_t.ref0
-rw-r--r--src/wchar/WCHAR_MAX.h (renamed from src/wchar/WCHAR_MAX.c)0
-rw-r--r--src/wchar/WCHAR_MIN.h (renamed from src/wchar/WCHAR_MIN.c)0
-rw-r--r--src/wchar/mbstate_t.h (renamed from src/wchar/mbstate_t.c)0
-rw-r--r--src/wctype/WEOF.h (renamed from src/wctype/WEOF.c)0
-rw-r--r--src/wctype/wctrans_t.h (renamed from src/wctype/wctrans_t.c)0
-rw-r--r--src/wctype/wctype_t.h (renamed from src/wctype/wctype_t.c)0
-rw-r--r--src/wctype/wint_t.h (renamed from src/wctype/wint_t.c)0
683 files changed, 5 insertions, 17 deletions
diff --git a/src/assert/static_assert.c b/src/assert/static_assert.h
index 5a262b03..5a262b03 100644
--- a/src/assert/static_assert.c
+++ b/src/assert/static_assert.h
diff --git a/src/complex/I.c b/src/complex/I.h
index de7929a8..de7929a8 100644
--- a/src/complex/I.c
+++ b/src/complex/I.h
diff --git a/src/complex/_Complex_I.c b/src/complex/_Complex_I.h
index beded4ab..beded4ab 100644
--- a/src/complex/_Complex_I.c
+++ b/src/complex/_Complex_I.h
diff --git a/src/complex/_Imaginary_I.c b/src/complex/_Imaginary_I.h
index 052ecfc5..052ecfc5 100644
--- a/src/complex/_Imaginary_I.c
+++ b/src/complex/_Imaginary_I.h
diff --git a/src/complex/complex.c b/src/complex/complex.h
index 9649b03c..9649b03c 100644
--- a/src/complex/complex.c
+++ b/src/complex/complex.h
diff --git a/src/complex/imaginary.c b/src/complex/imaginary.h
index 4b3da25d..4b3da25d 100644
--- a/src/complex/imaginary.c
+++ b/src/complex/imaginary.h
diff --git a/src/errno/E2BIG.c b/src/errno/E2BIG.h
index 0d66967f..0d66967f 100644
--- a/src/errno/E2BIG.c
+++ b/src/errno/E2BIG.h
diff --git a/src/errno/EACCES.c b/src/errno/EACCES.h
index f1030e9f..f1030e9f 100644
--- a/src/errno/EACCES.c
+++ b/src/errno/EACCES.h
diff --git a/src/errno/EADDRINUSE.c b/src/errno/EADDRINUSE.h
index 70734887..70734887 100644
--- a/src/errno/EADDRINUSE.c
+++ b/src/errno/EADDRINUSE.h
diff --git a/src/errno/EADDRNOTAVAIL.c b/src/errno/EADDRNOTAVAIL.h
index b827eaf9..b827eaf9 100644
--- a/src/errno/EADDRNOTAVAIL.c
+++ b/src/errno/EADDRNOTAVAIL.h
diff --git a/src/errno/EAFNOSUPPORT.c b/src/errno/EAFNOSUPPORT.h
index 1d2539f3..1d2539f3 100644
--- a/src/errno/EAFNOSUPPORT.c
+++ b/src/errno/EAFNOSUPPORT.h
diff --git a/src/errno/EAGAIN.c b/src/errno/EAGAIN.h
index 9aea1930..9aea1930 100644
--- a/src/errno/EAGAIN.c
+++ b/src/errno/EAGAIN.h
diff --git a/src/errno/EALREADY.c b/src/errno/EALREADY.h
index 1577c909..1577c909 100644
--- a/src/errno/EALREADY.c
+++ b/src/errno/EALREADY.h
diff --git a/src/errno/EBADF.c b/src/errno/EBADF.h
index a41c8bea..a41c8bea 100644
--- a/src/errno/EBADF.c
+++ b/src/errno/EBADF.h
diff --git a/src/errno/EBADMSG.c b/src/errno/EBADMSG.h
index 52d224de..52d224de 100644
--- a/src/errno/EBADMSG.c
+++ b/src/errno/EBADMSG.h
diff --git a/src/errno/EBUSY.c b/src/errno/EBUSY.h
index 5b8cfaa8..5b8cfaa8 100644
--- a/src/errno/EBUSY.c
+++ b/src/errno/EBUSY.h
diff --git a/src/errno/ECANCELED.c b/src/errno/ECANCELED.h
index e3774971..e3774971 100644
--- a/src/errno/ECANCELED.c
+++ b/src/errno/ECANCELED.h
diff --git a/src/errno/ECHILD.c b/src/errno/ECHILD.h
index 1394ae3b..1394ae3b 100644
--- a/src/errno/ECHILD.c
+++ b/src/errno/ECHILD.h
diff --git a/src/errno/ECONNABORTED.c b/src/errno/ECONNABORTED.h
index 2e1fe9a9..2e1fe9a9 100644
--- a/src/errno/ECONNABORTED.c
+++ b/src/errno/ECONNABORTED.h
diff --git a/src/errno/ECONNREFUSED.c b/src/errno/ECONNREFUSED.h
index a4f12828..a4f12828 100644
--- a/src/errno/ECONNREFUSED.c
+++ b/src/errno/ECONNREFUSED.h
diff --git a/src/errno/ECONNRESET.c b/src/errno/ECONNRESET.h
index ff17d171..ff17d171 100644
--- a/src/errno/ECONNRESET.c
+++ b/src/errno/ECONNRESET.h
diff --git a/src/errno/EDEADLK.c b/src/errno/EDEADLK.h
index 3cf4f59d..3cf4f59d 100644
--- a/src/errno/EDEADLK.c
+++ b/src/errno/EDEADLK.h
diff --git a/src/errno/EDESTADDRREQ.c b/src/errno/EDESTADDRREQ.h
index b7d5ec17..b7d5ec17 100644
--- a/src/errno/EDESTADDRREQ.c
+++ b/src/errno/EDESTADDRREQ.h
diff --git a/src/errno/EDQUOT.c b/src/errno/EDQUOT.h
index 9ecbb16d..9ecbb16d 100644
--- a/src/errno/EDQUOT.c
+++ b/src/errno/EDQUOT.h
diff --git a/src/errno/EEXIST.c b/src/errno/EEXIST.h
index a7322bf3..a7322bf3 100644
--- a/src/errno/EEXIST.c
+++ b/src/errno/EEXIST.h
diff --git a/src/errno/EFAULT.c b/src/errno/EFAULT.h
index 55268766..55268766 100644
--- a/src/errno/EFAULT.c
+++ b/src/errno/EFAULT.h
diff --git a/src/errno/EFBIG.c b/src/errno/EFBIG.h
index 5d852bfe..5d852bfe 100644
--- a/src/errno/EFBIG.c
+++ b/src/errno/EFBIG.h
diff --git a/src/errno/EHOSTUNREACH.c b/src/errno/EHOSTUNREACH.h
index 8921841b..8921841b 100644
--- a/src/errno/EHOSTUNREACH.c
+++ b/src/errno/EHOSTUNREACH.h
diff --git a/src/errno/EIDRM.c b/src/errno/EIDRM.h
index 01d7e55e..01d7e55e 100644
--- a/src/errno/EIDRM.c
+++ b/src/errno/EIDRM.h
diff --git a/src/errno/EILSEQ.c b/src/errno/EILSEQ.h
index 45cb2c41..45cb2c41 100644
--- a/src/errno/EILSEQ.c
+++ b/src/errno/EILSEQ.h
diff --git a/src/errno/EINPROGRESS.c b/src/errno/EINPROGRESS.h
index 13e9dca6..13e9dca6 100644
--- a/src/errno/EINPROGRESS.c
+++ b/src/errno/EINPROGRESS.h
diff --git a/src/errno/EINTR.c b/src/errno/EINTR.h
index bfd966e1..bfd966e1 100644
--- a/src/errno/EINTR.c
+++ b/src/errno/EINTR.h
diff --git a/src/errno/EINVAL.c b/src/errno/EINVAL.h
index af518243..af518243 100644
--- a/src/errno/EINVAL.c
+++ b/src/errno/EINVAL.h
diff --git a/src/errno/EIO.c b/src/errno/EIO.h
index b6fb981d..b6fb981d 100644
--- a/src/errno/EIO.c
+++ b/src/errno/EIO.h
diff --git a/src/errno/EISCONN.c b/src/errno/EISCONN.h
index 137ff6d1..137ff6d1 100644
--- a/src/errno/EISCONN.c
+++ b/src/errno/EISCONN.h
diff --git a/src/errno/EISDIR.c b/src/errno/EISDIR.h
index fd1d9228..fd1d9228 100644
--- a/src/errno/EISDIR.c
+++ b/src/errno/EISDIR.h
diff --git a/src/errno/ELOOP.c b/src/errno/ELOOP.h
index 1a131e51..1a131e51 100644
--- a/src/errno/ELOOP.c
+++ b/src/errno/ELOOP.h
diff --git a/src/errno/EMFILE.c b/src/errno/EMFILE.h
index c9fb1b18..c9fb1b18 100644
--- a/src/errno/EMFILE.c
+++ b/src/errno/EMFILE.h
diff --git a/src/errno/EMLINK.c b/src/errno/EMLINK.h
index eadac9f0..eadac9f0 100644
--- a/src/errno/EMLINK.c
+++ b/src/errno/EMLINK.h
diff --git a/src/errno/EMSGSIZE.c b/src/errno/EMSGSIZE.h
index 8d22c37c..8d22c37c 100644
--- a/src/errno/EMSGSIZE.c
+++ b/src/errno/EMSGSIZE.h
diff --git a/src/errno/EMULTIHOP.c b/src/errno/EMULTIHOP.h
index 280aa4d3..280aa4d3 100644
--- a/src/errno/EMULTIHOP.c
+++ b/src/errno/EMULTIHOP.h
diff --git a/src/errno/ENAMETOOLONG.c b/src/errno/ENAMETOOLONG.h
index 8632e0a0..8632e0a0 100644
--- a/src/errno/ENAMETOOLONG.c
+++ b/src/errno/ENAMETOOLONG.h
diff --git a/src/errno/ENETDOWN.c b/src/errno/ENETDOWN.h
index 9aefc235..9aefc235 100644
--- a/src/errno/ENETDOWN.c
+++ b/src/errno/ENETDOWN.h
diff --git a/src/errno/ENETUNREACH.c b/src/errno/ENETUNREACH.h
index 843756e5..843756e5 100644
--- a/src/errno/ENETUNREACH.c
+++ b/src/errno/ENETUNREACH.h
diff --git a/src/errno/ENFILE.c b/src/errno/ENFILE.h
index 58e8aeb8..58e8aeb8 100644
--- a/src/errno/ENFILE.c
+++ b/src/errno/ENFILE.h
diff --git a/src/errno/ENOBUFS.c b/src/errno/ENOBUFS.h
index 25f18f74..25f18f74 100644
--- a/src/errno/ENOBUFS.c
+++ b/src/errno/ENOBUFS.h
diff --git a/src/errno/ENODATA.c b/src/errno/ENODATA.h
index d16919ee..d16919ee 100644
--- a/src/errno/ENODATA.c
+++ b/src/errno/ENODATA.h
diff --git a/src/errno/ENODEV.c b/src/errno/ENODEV.h
index 73a61194..73a61194 100644
--- a/src/errno/ENODEV.c
+++ b/src/errno/ENODEV.h
diff --git a/src/errno/ENOENT.c b/src/errno/ENOENT.h
index 13ca00b5..13ca00b5 100644
--- a/src/errno/ENOENT.c
+++ b/src/errno/ENOENT.h
diff --git a/src/errno/ENOEXEC.c b/src/errno/ENOEXEC.h
index 38bab541..38bab541 100644
--- a/src/errno/ENOEXEC.c
+++ b/src/errno/ENOEXEC.h
diff --git a/src/errno/ENOLCK.c b/src/errno/ENOLCK.h
index 8a1f34fe..8a1f34fe 100644
--- a/src/errno/ENOLCK.c
+++ b/src/errno/ENOLCK.h
diff --git a/src/errno/ENOLINK.c b/src/errno/ENOLINK.h
index a9ea5378..a9ea5378 100644
--- a/src/errno/ENOLINK.c
+++ b/src/errno/ENOLINK.h
diff --git a/src/errno/ENOMEM.c b/src/errno/ENOMEM.h
index af1d283b..af1d283b 100644
--- a/src/errno/ENOMEM.c
+++ b/src/errno/ENOMEM.h
diff --git a/src/errno/ENOMSG.c b/src/errno/ENOMSG.h
index 53f42edb..53f42edb 100644
--- a/src/errno/ENOMSG.c
+++ b/src/errno/ENOMSG.h
diff --git a/src/errno/ENOPROTOOPT.c b/src/errno/ENOPROTOOPT.h
index 2d67e7bd..2d67e7bd 100644
--- a/src/errno/ENOPROTOOPT.c
+++ b/src/errno/ENOPROTOOPT.h
diff --git a/src/errno/ENOSPC.c b/src/errno/ENOSPC.h
index 6e548bf8..6e548bf8 100644
--- a/src/errno/ENOSPC.c
+++ b/src/errno/ENOSPC.h
diff --git a/src/errno/ENOSR.c b/src/errno/ENOSR.h
index cb6b183c..cb6b183c 100644
--- a/src/errno/ENOSR.c
+++ b/src/errno/ENOSR.h
diff --git a/src/errno/ENOSTR.c b/src/errno/ENOSTR.h
index 4bff881a..4bff881a 100644
--- a/src/errno/ENOSTR.c
+++ b/src/errno/ENOSTR.h
diff --git a/src/errno/ENOSYS.c b/src/errno/ENOSYS.h
index af179b52..af179b52 100644
--- a/src/errno/ENOSYS.c
+++ b/src/errno/ENOSYS.h
diff --git a/src/errno/ENOTCONN.c b/src/errno/ENOTCONN.h
index d560cb46..d560cb46 100644
--- a/src/errno/ENOTCONN.c
+++ b/src/errno/ENOTCONN.h
diff --git a/src/errno/ENOTDIR.c b/src/errno/ENOTDIR.h
index 6efd7d28..6efd7d28 100644
--- a/src/errno/ENOTDIR.c
+++ b/src/errno/ENOTDIR.h
diff --git a/src/errno/ENOTEMPTY.c b/src/errno/ENOTEMPTY.h
index 70fb1788..70fb1788 100644
--- a/src/errno/ENOTEMPTY.c
+++ b/src/errno/ENOTEMPTY.h
diff --git a/src/errno/ENOTSOCK.c b/src/errno/ENOTSOCK.h
index b4f4c3d8..b4f4c3d8 100644
--- a/src/errno/ENOTSOCK.c
+++ b/src/errno/ENOTSOCK.h
diff --git a/src/errno/ENOTSUP.c b/src/errno/ENOTSUP.h
index a80761a8..a80761a8 100644
--- a/src/errno/ENOTSUP.c
+++ b/src/errno/ENOTSUP.h
diff --git a/src/errno/ENOTTY.c b/src/errno/ENOTTY.h
index 82742bef..82742bef 100644
--- a/src/errno/ENOTTY.c
+++ b/src/errno/ENOTTY.h
diff --git a/src/errno/ENXIO.c b/src/errno/ENXIO.h
index fdc015aa..fdc015aa 100644
--- a/src/errno/ENXIO.c
+++ b/src/errno/ENXIO.h
diff --git a/src/errno/EOPNOTSUPP.c b/src/errno/EOPNOTSUPP.h
index fa93466a..fa93466a 100644
--- a/src/errno/EOPNOTSUPP.c
+++ b/src/errno/EOPNOTSUPP.h
diff --git a/src/errno/EOVERFLOW.c b/src/errno/EOVERFLOW.h
index 09c6875d..09c6875d 100644
--- a/src/errno/EOVERFLOW.c
+++ b/src/errno/EOVERFLOW.h
diff --git a/src/errno/EPERM.c b/src/errno/EPERM.h
index eee5363b..eee5363b 100644
--- a/src/errno/EPERM.c
+++ b/src/errno/EPERM.h
diff --git a/src/errno/EPIPE.c b/src/errno/EPIPE.h
index d2aa9534..d2aa9534 100644
--- a/src/errno/EPIPE.c
+++ b/src/errno/EPIPE.h
diff --git a/src/errno/EPROTO.c b/src/errno/EPROTO.h
index 7c38682c..7c38682c 100644
--- a/src/errno/EPROTO.c
+++ b/src/errno/EPROTO.h
diff --git a/src/errno/EPROTONOSUPPORT.c b/src/errno/EPROTONOSUPPORT.h
index fdd026f8..fdd026f8 100644
--- a/src/errno/EPROTONOSUPPORT.c
+++ b/src/errno/EPROTONOSUPPORT.h
diff --git a/src/errno/EPROTOTYPE.c b/src/errno/EPROTOTYPE.h
index 9a2e707b..9a2e707b 100644
--- a/src/errno/EPROTOTYPE.c
+++ b/src/errno/EPROTOTYPE.h
diff --git a/src/errno/EROFS.c b/src/errno/EROFS.h
index e232bfed..e232bfed 100644
--- a/src/errno/EROFS.c
+++ b/src/errno/EROFS.h
diff --git a/src/errno/ESPIPE.c b/src/errno/ESPIPE.h
index b401cc66..b401cc66 100644
--- a/src/errno/ESPIPE.c
+++ b/src/errno/ESPIPE.h
diff --git a/src/errno/ESRCH.c b/src/errno/ESRCH.h
index b70fe70c..b70fe70c 100644
--- a/src/errno/ESRCH.c
+++ b/src/errno/ESRCH.h
diff --git a/src/errno/ESTALE.c b/src/errno/ESTALE.h
index 1f98165c..1f98165c 100644
--- a/src/errno/ESTALE.c
+++ b/src/errno/ESTALE.h
diff --git a/src/errno/ETIME.c b/src/errno/ETIME.h
index a9126d20..a9126d20 100644
--- a/src/errno/ETIME.c
+++ b/src/errno/ETIME.h
diff --git a/src/errno/ETIMEDOUT.c b/src/errno/ETIMEDOUT.h
index f4319736..f4319736 100644
--- a/src/errno/ETIMEDOUT.c
+++ b/src/errno/ETIMEDOUT.h
diff --git a/src/errno/ETXTBSY.c b/src/errno/ETXTBSY.h
index a4e0450c..a4e0450c 100644
--- a/src/errno/ETXTBSY.c
+++ b/src/errno/ETXTBSY.h
diff --git a/src/errno/EWOULDBLOCK.c b/src/errno/EWOULDBLOCK.h
index 641ed0f3..641ed0f3 100644
--- a/src/errno/EWOULDBLOCK.c
+++ b/src/errno/EWOULDBLOCK.h
diff --git a/src/errno/EXDEV.c b/src/errno/EXDEV.h
index afec7785..afec7785 100644
--- a/src/errno/EXDEV.c
+++ b/src/errno/EXDEV.h
diff --git a/src/errno/errno_t.c b/src/errno/errno_t.h
index bc8e0af5..bc8e0af5 100644
--- a/src/errno/errno_t.c
+++ b/src/errno/errno_t.h
diff --git a/src/fenv/FE_ALL_EXCEPT.c b/src/fenv/FE_ALL_EXCEPT.h
index bf470e4c..bf470e4c 100644
--- a/src/fenv/FE_ALL_EXCEPT.c
+++ b/src/fenv/FE_ALL_EXCEPT.h
diff --git a/src/fenv/FE_DFL_ENV.c b/src/fenv/FE_DFL_ENV.h
index 0cde32e9..0cde32e9 100644
--- a/src/fenv/FE_DFL_ENV.c
+++ b/src/fenv/FE_DFL_ENV.h
diff --git a/src/fenv/FE_DIVBYZERO.c b/src/fenv/FE_DIVBYZERO.h
index 0e523d85..0e523d85 100644
--- a/src/fenv/FE_DIVBYZERO.c
+++ b/src/fenv/FE_DIVBYZERO.h
diff --git a/src/fenv/FE_DOWNWARD.c b/src/fenv/FE_DOWNWARD.h
index 9b30a620..9b30a620 100644
--- a/src/fenv/FE_DOWNWARD.c
+++ b/src/fenv/FE_DOWNWARD.h
diff --git a/src/fenv/FE_INEXACT.c b/src/fenv/FE_INEXACT.h
index 53eac468..53eac468 100644
--- a/src/fenv/FE_INEXACT.c
+++ b/src/fenv/FE_INEXACT.h
diff --git a/src/fenv/FE_INVALID.c b/src/fenv/FE_INVALID.h
index 89bfb628..89bfb628 100644
--- a/src/fenv/FE_INVALID.c
+++ b/src/fenv/FE_INVALID.h
diff --git a/src/fenv/FE_OVERFLOW.c b/src/fenv/FE_OVERFLOW.h
index 2290231f..2290231f 100644
--- a/src/fenv/FE_OVERFLOW.c
+++ b/src/fenv/FE_OVERFLOW.h
diff --git a/src/fenv/FE_TONEAREST.c b/src/fenv/FE_TONEAREST.h
index 5c8b0c8c..5c8b0c8c 100644
--- a/src/fenv/FE_TONEAREST.c
+++ b/src/fenv/FE_TONEAREST.h
diff --git a/src/fenv/FE_TOWARDZERO.c b/src/fenv/FE_TOWARDZERO.h
index 0b1e551b..0b1e551b 100644
--- a/src/fenv/FE_TOWARDZERO.c
+++ b/src/fenv/FE_TOWARDZERO.h
diff --git a/src/fenv/FE_UNDERFLOW.c b/src/fenv/FE_UNDERFLOW.h
index e73f1d00..e73f1d00 100644
--- a/src/fenv/FE_UNDERFLOW.c
+++ b/src/fenv/FE_UNDERFLOW.h
diff --git a/src/fenv/FE_UPWARD.c b/src/fenv/FE_UPWARD.h
index 4ccf07ec..4ccf07ec 100644
--- a/src/fenv/FE_UPWARD.c
+++ b/src/fenv/FE_UPWARD.h
diff --git a/src/fenv/fenv_t.c b/src/fenv/fenv_t.h
index 2d644c75..2d644c75 100644
--- a/src/fenv/fenv_t.c
+++ b/src/fenv/fenv_t.h
diff --git a/src/fenv/fexcept_t.c b/src/fenv/fexcept_t.h
index 9bc9303b..9bc9303b 100644
--- a/src/fenv/fexcept_t.c
+++ b/src/fenv/fexcept_t.h
diff --git a/src/float/DBL_DECIMAL_DIG.c b/src/float/DBL_DECIMAL_DIG.h
index 16c68495..16c68495 100644
--- a/src/float/DBL_DECIMAL_DIG.c
+++ b/src/float/DBL_DECIMAL_DIG.h
diff --git a/src/float/DBL_DIG.c b/src/float/DBL_DIG.h
index 9f656012..9f656012 100644
--- a/src/float/DBL_DIG.c
+++ b/src/float/DBL_DIG.h
diff --git a/src/float/DBL_EPSILON.c b/src/float/DBL_EPSILON.h
index 5e4bd6b8..5e4bd6b8 100644
--- a/src/float/DBL_EPSILON.c
+++ b/src/float/DBL_EPSILON.h
diff --git a/src/float/DBL_HAS_SUBNORM.c b/src/float/DBL_HAS_SUBNORM.h
index be060884..be060884 100644
--- a/src/float/DBL_HAS_SUBNORM.c
+++ b/src/float/DBL_HAS_SUBNORM.h
diff --git a/src/float/DBL_MANT_DIG.c b/src/float/DBL_MANT_DIG.h
index b89e6ac1..b89e6ac1 100644
--- a/src/float/DBL_MANT_DIG.c
+++ b/src/float/DBL_MANT_DIG.h
diff --git a/src/float/DBL_MAX.c b/src/float/DBL_MAX.h
index 91d1e704..91d1e704 100644
--- a/src/float/DBL_MAX.c
+++ b/src/float/DBL_MAX.h
diff --git a/src/float/DBL_MAX_10_EXP.c b/src/float/DBL_MAX_10_EXP.h
index 8238d34b..8238d34b 100644
--- a/src/float/DBL_MAX_10_EXP.c
+++ b/src/float/DBL_MAX_10_EXP.h
diff --git a/src/float/DBL_MAX_EXP.c b/src/float/DBL_MAX_EXP.h
index 38fdb2a8..38fdb2a8 100644
--- a/src/float/DBL_MAX_EXP.c
+++ b/src/float/DBL_MAX_EXP.h
diff --git a/src/float/DBL_MIN.c b/src/float/DBL_MIN.h
index 7f3c9ce1..7f3c9ce1 100644
--- a/src/float/DBL_MIN.c
+++ b/src/float/DBL_MIN.h
diff --git a/src/float/DBL_MIN_10_EXP.c b/src/float/DBL_MIN_10_EXP.h
index f329b0a1..f329b0a1 100644
--- a/src/float/DBL_MIN_10_EXP.c
+++ b/src/float/DBL_MIN_10_EXP.h
diff --git a/src/float/DBL_MIN_EXP.c b/src/float/DBL_MIN_EXP.h
index cc5dd645..cc5dd645 100644
--- a/src/float/DBL_MIN_EXP.c
+++ b/src/float/DBL_MIN_EXP.h
diff --git a/src/float/DECIMAL_DIG.c b/src/float/DECIMAL_DIG.h
index 6003cb49..6003cb49 100644
--- a/src/float/DECIMAL_DIG.c
+++ b/src/float/DECIMAL_DIG.h
diff --git a/src/float/FLT_DECIMAL_DIG.c b/src/float/FLT_DECIMAL_DIG.h
index 2bf60c7c..2bf60c7c 100644
--- a/src/float/FLT_DECIMAL_DIG.c
+++ b/src/float/FLT_DECIMAL_DIG.h
diff --git a/src/float/FLT_DIG.c b/src/float/FLT_DIG.h
index 43a17c3f..43a17c3f 100644
--- a/src/float/FLT_DIG.c
+++ b/src/float/FLT_DIG.h
diff --git a/src/float/FLT_EPSILON.c b/src/float/FLT_EPSILON.h
index 31640457..31640457 100644
--- a/src/float/FLT_EPSILON.c
+++ b/src/float/FLT_EPSILON.h
diff --git a/src/float/FLT_EVAL_METHOD.c b/src/float/FLT_EVAL_METHOD.h
index 46fa8194..46fa8194 100644
--- a/src/float/FLT_EVAL_METHOD.c
+++ b/src/float/FLT_EVAL_METHOD.h
diff --git a/src/float/FLT_HAS_SUBNORM.c b/src/float/FLT_HAS_SUBNORM.h
index e68672e1..e68672e1 100644
--- a/src/float/FLT_HAS_SUBNORM.c
+++ b/src/float/FLT_HAS_SUBNORM.h
diff --git a/src/float/FLT_MANT_DIG.c b/src/float/FLT_MANT_DIG.h
index 608ff5f9..608ff5f9 100644
--- a/src/float/FLT_MANT_DIG.c
+++ b/src/float/FLT_MANT_DIG.h
diff --git a/src/float/FLT_MAX.c b/src/float/FLT_MAX.h
index ecd59b0d..ecd59b0d 100644
--- a/src/float/FLT_MAX.c
+++ b/src/float/FLT_MAX.h
diff --git a/src/float/FLT_MAX_10_EXP.c b/src/float/FLT_MAX_10_EXP.h
index 2b64a7e7..2b64a7e7 100644
--- a/src/float/FLT_MAX_10_EXP.c
+++ b/src/float/FLT_MAX_10_EXP.h
diff --git a/src/float/FLT_MAX_EXP.c b/src/float/FLT_MAX_EXP.h
index d912e1ec..d912e1ec 100644
--- a/src/float/FLT_MAX_EXP.c
+++ b/src/float/FLT_MAX_EXP.h
diff --git a/src/float/FLT_MIN.c b/src/float/FLT_MIN.h
index aac248c5..aac248c5 100644
--- a/src/float/FLT_MIN.c
+++ b/src/float/FLT_MIN.h
diff --git a/src/float/FLT_MIN_10_EXP.c b/src/float/FLT_MIN_10_EXP.h
index 57f9eb95..57f9eb95 100644
--- a/src/float/FLT_MIN_10_EXP.c
+++ b/src/float/FLT_MIN_10_EXP.h
diff --git a/src/float/FLT_MIN_EXP.c b/src/float/FLT_MIN_EXP.h
index 682c8d4f..682c8d4f 100644
--- a/src/float/FLT_MIN_EXP.c
+++ b/src/float/FLT_MIN_EXP.h
diff --git a/src/float/FLT_RADIX.c b/src/float/FLT_RADIX.h
index 47978707..47978707 100644
--- a/src/float/FLT_RADIX.c
+++ b/src/float/FLT_RADIX.h
diff --git a/src/float/FLT_ROUNDS.c b/src/float/FLT_ROUNDS.h
index 8fefb48e..8fefb48e 100644
--- a/src/float/FLT_ROUNDS.c
+++ b/src/float/FLT_ROUNDS.h
diff --git a/src/float/LDBL_DECIMAL_DIG.c b/src/float/LDBL_DECIMAL_DIG.h
index cc58e752..cc58e752 100644
--- a/src/float/LDBL_DECIMAL_DIG.c
+++ b/src/float/LDBL_DECIMAL_DIG.h
diff --git a/src/float/LDBL_DIG.c b/src/float/LDBL_DIG.h
index f986ecc2..f986ecc2 100644
--- a/src/float/LDBL_DIG.c
+++ b/src/float/LDBL_DIG.h
diff --git a/src/float/LDBL_EPSILON.c b/src/float/LDBL_EPSILON.h
index ebc089a4..ebc089a4 100644
--- a/src/float/LDBL_EPSILON.c
+++ b/src/float/LDBL_EPSILON.h
diff --git a/src/float/LDBL_HAS_SUBNORM.c b/src/float/LDBL_HAS_SUBNORM.h
index c9384981..c9384981 100644
--- a/src/float/LDBL_HAS_SUBNORM.c
+++ b/src/float/LDBL_HAS_SUBNORM.h
diff --git a/src/float/LDBL_MANT_DIG.c b/src/float/LDBL_MANT_DIG.h
index 19c85a9e..19c85a9e 100644
--- a/src/float/LDBL_MANT_DIG.c
+++ b/src/float/LDBL_MANT_DIG.h
diff --git a/src/float/LDBL_MAX.c b/src/float/LDBL_MAX.h
index 4ca1301a..4ca1301a 100644
--- a/src/float/LDBL_MAX.c
+++ b/src/float/LDBL_MAX.h
diff --git a/src/float/LDBL_MAX_10_EXP.c b/src/float/LDBL_MAX_10_EXP.h
index 6ff02738..6ff02738 100644
--- a/src/float/LDBL_MAX_10_EXP.c
+++ b/src/float/LDBL_MAX_10_EXP.h
diff --git a/src/float/LDBL_MAX_EXP.c b/src/float/LDBL_MAX_EXP.h
index e52d91e5..e52d91e5 100644
--- a/src/float/LDBL_MAX_EXP.c
+++ b/src/float/LDBL_MAX_EXP.h
diff --git a/src/float/LDBL_MIN.c b/src/float/LDBL_MIN.h
index 0416fe71..0416fe71 100644
--- a/src/float/LDBL_MIN.c
+++ b/src/float/LDBL_MIN.h
diff --git a/src/float/LDBL_MIN_10_EXP.c b/src/float/LDBL_MIN_10_EXP.h
index 6876716d..6876716d 100644
--- a/src/float/LDBL_MIN_10_EXP.c
+++ b/src/float/LDBL_MIN_10_EXP.h
diff --git a/src/float/LDBL_MIN_EXP.c b/src/float/LDBL_MIN_EXP.h
index ea65763e..ea65763e 100644
--- a/src/float/LDBL_MIN_EXP.c
+++ b/src/float/LDBL_MIN_EXP.h
diff --git a/src/inttypes/PRIX16.c b/src/inttypes/PRIX16.h
index 43037496..43037496 100644
--- a/src/inttypes/PRIX16.c
+++ b/src/inttypes/PRIX16.h
diff --git a/src/inttypes/PRIX32.c b/src/inttypes/PRIX32.h
index 4e6a4537..4e6a4537 100644
--- a/src/inttypes/PRIX32.c
+++ b/src/inttypes/PRIX32.h
diff --git a/src/inttypes/PRIX64.c b/src/inttypes/PRIX64.h
index a3f89758..a3f89758 100644
--- a/src/inttypes/PRIX64.c
+++ b/src/inttypes/PRIX64.h
diff --git a/src/inttypes/PRIX8.c b/src/inttypes/PRIX8.h
index ab14eed0..ab14eed0 100644
--- a/src/inttypes/PRIX8.c
+++ b/src/inttypes/PRIX8.h
diff --git a/src/inttypes/PRIXFAST16.c b/src/inttypes/PRIXFAST16.h
index fd25c10b..fd25c10b 100644
--- a/src/inttypes/PRIXFAST16.c
+++ b/src/inttypes/PRIXFAST16.h
diff --git a/src/inttypes/PRIXFAST32.c b/src/inttypes/PRIXFAST32.h
index 35089f43..35089f43 100644
--- a/src/inttypes/PRIXFAST32.c
+++ b/src/inttypes/PRIXFAST32.h
diff --git a/src/inttypes/PRIXFAST64.c b/src/inttypes/PRIXFAST64.h
index 4020cf9d..4020cf9d 100644
--- a/src/inttypes/PRIXFAST64.c
+++ b/src/inttypes/PRIXFAST64.h
diff --git a/src/inttypes/PRIXFAST8.c b/src/inttypes/PRIXFAST8.h
index de0844f1..de0844f1 100644
--- a/src/inttypes/PRIXFAST8.c
+++ b/src/inttypes/PRIXFAST8.h
diff --git a/src/inttypes/PRIXLEAST16.c b/src/inttypes/PRIXLEAST16.h
index be53a993..be53a993 100644
--- a/src/inttypes/PRIXLEAST16.c
+++ b/src/inttypes/PRIXLEAST16.h
diff --git a/src/inttypes/PRIXLEAST32.c b/src/inttypes/PRIXLEAST32.h
index cea7217a..cea7217a 100644
--- a/src/inttypes/PRIXLEAST32.c
+++ b/src/inttypes/PRIXLEAST32.h
diff --git a/src/inttypes/PRIXLEAST64.c b/src/inttypes/PRIXLEAST64.h
index 0d5c7ace..0d5c7ace 100644
--- a/src/inttypes/PRIXLEAST64.c
+++ b/src/inttypes/PRIXLEAST64.h
diff --git a/src/inttypes/PRIXLEAST8.c b/src/inttypes/PRIXLEAST8.h
index 2cc09910..2cc09910 100644
--- a/src/inttypes/PRIXLEAST8.c
+++ b/src/inttypes/PRIXLEAST8.h
diff --git a/src/inttypes/PRIXMAX.c b/src/inttypes/PRIXMAX.h
index 8d5a3be1..8d5a3be1 100644
--- a/src/inttypes/PRIXMAX.c
+++ b/src/inttypes/PRIXMAX.h
diff --git a/src/inttypes/PRIXPTR.c b/src/inttypes/PRIXPTR.h
index 0662addf..0662addf 100644
--- a/src/inttypes/PRIXPTR.c
+++ b/src/inttypes/PRIXPTR.h
diff --git a/src/inttypes/PRId16.c b/src/inttypes/PRId16.h
index 68f20b10..68f20b10 100644
--- a/src/inttypes/PRId16.c
+++ b/src/inttypes/PRId16.h
diff --git a/src/inttypes/PRId32.c b/src/inttypes/PRId32.h
index d6523c32..d6523c32 100644
--- a/src/inttypes/PRId32.c
+++ b/src/inttypes/PRId32.h
diff --git a/src/inttypes/PRId64.c b/src/inttypes/PRId64.h
index 5f3a1b21..5f3a1b21 100644
--- a/src/inttypes/PRId64.c
+++ b/src/inttypes/PRId64.h
diff --git a/src/inttypes/PRId8.c b/src/inttypes/PRId8.h
index 161e822e..161e822e 100644
--- a/src/inttypes/PRId8.c
+++ b/src/inttypes/PRId8.h
diff --git a/src/inttypes/PRIdFAST16.c b/src/inttypes/PRIdFAST16.h
index 794ed0bb..794ed0bb 100644
--- a/src/inttypes/PRIdFAST16.c
+++ b/src/inttypes/PRIdFAST16.h
diff --git a/src/inttypes/PRIdFAST32.c b/src/inttypes/PRIdFAST32.h
index 29ccc501..29ccc501 100644
--- a/src/inttypes/PRIdFAST32.c
+++ b/src/inttypes/PRIdFAST32.h
diff --git a/src/inttypes/PRIdFAST64.c b/src/inttypes/PRIdFAST64.h
index 6e7b2682..6e7b2682 100644
--- a/src/inttypes/PRIdFAST64.c
+++ b/src/inttypes/PRIdFAST64.h
diff --git a/src/inttypes/PRIdFAST8.c b/src/inttypes/PRIdFAST8.h
index b13303ef..b13303ef 100644
--- a/src/inttypes/PRIdFAST8.c
+++ b/src/inttypes/PRIdFAST8.h
diff --git a/src/inttypes/PRIdLEAST16.c b/src/inttypes/PRIdLEAST16.h
index ddfc428f..ddfc428f 100644
--- a/src/inttypes/PRIdLEAST16.c
+++ b/src/inttypes/PRIdLEAST16.h
diff --git a/src/inttypes/PRIdLEAST32.c b/src/inttypes/PRIdLEAST32.h
index a507ddea..a507ddea 100644
--- a/src/inttypes/PRIdLEAST32.c
+++ b/src/inttypes/PRIdLEAST32.h
diff --git a/src/inttypes/PRIdLEAST64.c b/src/inttypes/PRIdLEAST64.h
index 5f9847cf..5f9847cf 100644
--- a/src/inttypes/PRIdLEAST64.c
+++ b/src/inttypes/PRIdLEAST64.h
diff --git a/src/inttypes/PRIdLEAST8.c b/src/inttypes/PRIdLEAST8.h
index 7de17746..7de17746 100644
--- a/src/inttypes/PRIdLEAST8.c
+++ b/src/inttypes/PRIdLEAST8.h
diff --git a/src/inttypes/PRIdMAX.c b/src/inttypes/PRIdMAX.h
index 726e0b06..726e0b06 100644
--- a/src/inttypes/PRIdMAX.c
+++ b/src/inttypes/PRIdMAX.h
diff --git a/src/inttypes/PRIdPTR.c b/src/inttypes/PRIdPTR.h
index cb7ae693..cb7ae693 100644
--- a/src/inttypes/PRIdPTR.c
+++ b/src/inttypes/PRIdPTR.h
diff --git a/src/inttypes/PRIi16.c b/src/inttypes/PRIi16.h
index 8d965845..8d965845 100644
--- a/src/inttypes/PRIi16.c
+++ b/src/inttypes/PRIi16.h
diff --git a/src/inttypes/PRIi32.c b/src/inttypes/PRIi32.h
index cafacca4..cafacca4 100644
--- a/src/inttypes/PRIi32.c
+++ b/src/inttypes/PRIi32.h
diff --git a/src/inttypes/PRIi64.c b/src/inttypes/PRIi64.h
index 8a803ccb..8a803ccb 100644
--- a/src/inttypes/PRIi64.c
+++ b/src/inttypes/PRIi64.h
diff --git a/src/inttypes/PRIi8.c b/src/inttypes/PRIi8.h
index 68e7cf09..68e7cf09 100644
--- a/src/inttypes/PRIi8.c
+++ b/src/inttypes/PRIi8.h
diff --git a/src/inttypes/PRIiFAST16.c b/src/inttypes/PRIiFAST16.h
index 859a1b9b..859a1b9b 100644
--- a/src/inttypes/PRIiFAST16.c
+++ b/src/inttypes/PRIiFAST16.h
diff --git a/src/inttypes/PRIiFAST32.c b/src/inttypes/PRIiFAST32.h
index 133a3fff..133a3fff 100644
--- a/src/inttypes/PRIiFAST32.c
+++ b/src/inttypes/PRIiFAST32.h
diff --git a/src/inttypes/PRIiFAST64.c b/src/inttypes/PRIiFAST64.h
index e4787e14..e4787e14 100644
--- a/src/inttypes/PRIiFAST64.c
+++ b/src/inttypes/PRIiFAST64.h
diff --git a/src/inttypes/PRIiFAST8.c b/src/inttypes/PRIiFAST8.h
index 068c4a14..068c4a14 100644
--- a/src/inttypes/PRIiFAST8.c
+++ b/src/inttypes/PRIiFAST8.h
diff --git a/src/inttypes/PRIiLEAST16.c b/src/inttypes/PRIiLEAST16.h
index 6f5a8953..6f5a8953 100644
--- a/src/inttypes/PRIiLEAST16.c
+++ b/src/inttypes/PRIiLEAST16.h
diff --git a/src/inttypes/PRIiLEAST32.c b/src/inttypes/PRIiLEAST32.h
index 213a3c38..213a3c38 100644
--- a/src/inttypes/PRIiLEAST32.c
+++ b/src/inttypes/PRIiLEAST32.h
diff --git a/src/inttypes/PRIiLEAST64.c b/src/inttypes/PRIiLEAST64.h
index 60e0bacc..60e0bacc 100644
--- a/src/inttypes/PRIiLEAST64.c
+++ b/src/inttypes/PRIiLEAST64.h
diff --git a/src/inttypes/PRIiLEAST8.c b/src/inttypes/PRIiLEAST8.h
index f34186ed..f34186ed 100644
--- a/src/inttypes/PRIiLEAST8.c
+++ b/src/inttypes/PRIiLEAST8.h
diff --git a/src/inttypes/PRIiMAX.c b/src/inttypes/PRIiMAX.h
index d6ef5b6b..d6ef5b6b 100644
--- a/src/inttypes/PRIiMAX.c
+++ b/src/inttypes/PRIiMAX.h
diff --git a/src/inttypes/PRIiPTR.c b/src/inttypes/PRIiPTR.h
index c13ae15f..c13ae15f 100644
--- a/src/inttypes/PRIiPTR.c
+++ b/src/inttypes/PRIiPTR.h
diff --git a/src/inttypes/PRIo16.c b/src/inttypes/PRIo16.h
index 316dbc4a..316dbc4a 100644
--- a/src/inttypes/PRIo16.c
+++ b/src/inttypes/PRIo16.h
diff --git a/src/inttypes/PRIo32.c b/src/inttypes/PRIo32.h
index 9b3f375e..9b3f375e 100644
--- a/src/inttypes/PRIo32.c
+++ b/src/inttypes/PRIo32.h
diff --git a/src/inttypes/PRIo64.c b/src/inttypes/PRIo64.h
index b455e7d3..b455e7d3 100644
--- a/src/inttypes/PRIo64.c
+++ b/src/inttypes/PRIo64.h
diff --git a/src/inttypes/PRIo8.c b/src/inttypes/PRIo8.h
index fc205050..fc205050 100644
--- a/src/inttypes/PRIo8.c
+++ b/src/inttypes/PRIo8.h
diff --git a/src/inttypes/PRIoFAST16.c b/src/inttypes/PRIoFAST16.h
index 27c5deac..27c5deac 100644
--- a/src/inttypes/PRIoFAST16.c
+++ b/src/inttypes/PRIoFAST16.h
diff --git a/src/inttypes/PRIoFAST32.c b/src/inttypes/PRIoFAST32.h
index 4a54eb4d..4a54eb4d 100644
--- a/src/inttypes/PRIoFAST32.c
+++ b/src/inttypes/PRIoFAST32.h
diff --git a/src/inttypes/PRIoFAST64.c b/src/inttypes/PRIoFAST64.h
index 0655405c..0655405c 100644
--- a/src/inttypes/PRIoFAST64.c
+++ b/src/inttypes/PRIoFAST64.h
diff --git a/src/inttypes/PRIoFAST8.c b/src/inttypes/PRIoFAST8.h
index 1d285e5d..1d285e5d 100644
--- a/src/inttypes/PRIoFAST8.c
+++ b/src/inttypes/PRIoFAST8.h
diff --git a/src/inttypes/PRIoLEAST16.c b/src/inttypes/PRIoLEAST16.h
index cbf8710c..cbf8710c 100644
--- a/src/inttypes/PRIoLEAST16.c
+++ b/src/inttypes/PRIoLEAST16.h
diff --git a/src/inttypes/PRIoLEAST32.c b/src/inttypes/PRIoLEAST32.h
index 7716e34d..7716e34d 100644
--- a/src/inttypes/PRIoLEAST32.c
+++ b/src/inttypes/PRIoLEAST32.h
diff --git a/src/inttypes/PRIoLEAST64.c b/src/inttypes/PRIoLEAST64.h
index 2d04aa30..2d04aa30 100644
--- a/src/inttypes/PRIoLEAST64.c
+++ b/src/inttypes/PRIoLEAST64.h
diff --git a/src/inttypes/PRIoLEAST8.c b/src/inttypes/PRIoLEAST8.h
index 9d32aa6c..9d32aa6c 100644
--- a/src/inttypes/PRIoLEAST8.c
+++ b/src/inttypes/PRIoLEAST8.h
diff --git a/src/inttypes/PRIoMAX.c b/src/inttypes/PRIoMAX.h
index 10c50fb0..10c50fb0 100644
--- a/src/inttypes/PRIoMAX.c
+++ b/src/inttypes/PRIoMAX.h
diff --git a/src/inttypes/PRIoPTR.c b/src/inttypes/PRIoPTR.h
index c5d504d5..c5d504d5 100644
--- a/src/inttypes/PRIoPTR.c
+++ b/src/inttypes/PRIoPTR.h
diff --git a/src/inttypes/PRIu16.c b/src/inttypes/PRIu16.h
index 604ce7ce..604ce7ce 100644
--- a/src/inttypes/PRIu16.c
+++ b/src/inttypes/PRIu16.h
diff --git a/src/inttypes/PRIu32.c b/src/inttypes/PRIu32.h
index 0c34611d..0c34611d 100644
--- a/src/inttypes/PRIu32.c
+++ b/src/inttypes/PRIu32.h
diff --git a/src/inttypes/PRIu64.c b/src/inttypes/PRIu64.h
index 8e600238..8e600238 100644
--- a/src/inttypes/PRIu64.c
+++ b/src/inttypes/PRIu64.h
diff --git a/src/inttypes/PRIu8.c b/src/inttypes/PRIu8.h
index 57dde7bc..57dde7bc 100644
--- a/src/inttypes/PRIu8.c
+++ b/src/inttypes/PRIu8.h
diff --git a/src/inttypes/PRIuFAST16.c b/src/inttypes/PRIuFAST16.h
index ca73dc01..ca73dc01 100644
--- a/src/inttypes/PRIuFAST16.c
+++ b/src/inttypes/PRIuFAST16.h
diff --git a/src/inttypes/PRIuFAST32.c b/src/inttypes/PRIuFAST32.h
index e616578e..e616578e 100644
--- a/src/inttypes/PRIuFAST32.c
+++ b/src/inttypes/PRIuFAST32.h
diff --git a/src/inttypes/PRIuFAST64.c b/src/inttypes/PRIuFAST64.h
index 256089cd..256089cd 100644
--- a/src/inttypes/PRIuFAST64.c
+++ b/src/inttypes/PRIuFAST64.h
diff --git a/src/inttypes/PRIuFAST8.c b/src/inttypes/PRIuFAST8.h
index a6a2b291..a6a2b291 100644
--- a/src/inttypes/PRIuFAST8.c
+++ b/src/inttypes/PRIuFAST8.h
diff --git a/src/inttypes/PRIuLEAST16.c b/src/inttypes/PRIuLEAST16.h
index 35b5ca0e..35b5ca0e 100644
--- a/src/inttypes/PRIuLEAST16.c
+++ b/src/inttypes/PRIuLEAST16.h
diff --git a/src/inttypes/PRIuLEAST32.c b/src/inttypes/PRIuLEAST32.h
index f8a8b5aa..f8a8b5aa 100644
--- a/src/inttypes/PRIuLEAST32.c
+++ b/src/inttypes/PRIuLEAST32.h
diff --git a/src/inttypes/PRIuLEAST64.c b/src/inttypes/PRIuLEAST64.h
index f9b3ba9a..f9b3ba9a 100644
--- a/src/inttypes/PRIuLEAST64.c
+++ b/src/inttypes/PRIuLEAST64.h
diff --git a/src/inttypes/PRIuLEAST8.c b/src/inttypes/PRIuLEAST8.h
index c88eaf46..c88eaf46 100644
--- a/src/inttypes/PRIuLEAST8.c
+++ b/src/inttypes/PRIuLEAST8.h
diff --git a/src/inttypes/PRIuMAX.c b/src/inttypes/PRIuMAX.h
index 4f097cdc..4f097cdc 100644
--- a/src/inttypes/PRIuMAX.c
+++ b/src/inttypes/PRIuMAX.h
diff --git a/src/inttypes/PRIuPTR.c b/src/inttypes/PRIuPTR.h
index 23c8ab1f..23c8ab1f 100644
--- a/src/inttypes/PRIuPTR.c
+++ b/src/inttypes/PRIuPTR.h
diff --git a/src/inttypes/PRIx16.c b/src/inttypes/PRIx16.h
index fe401ede..fe401ede 100644
--- a/src/inttypes/PRIx16.c
+++ b/src/inttypes/PRIx16.h
diff --git a/src/inttypes/PRIx32.c b/src/inttypes/PRIx32.h
index a666bfb8..a666bfb8 100644
--- a/src/inttypes/PRIx32.c
+++ b/src/inttypes/PRIx32.h
diff --git a/src/inttypes/PRIx64.c b/src/inttypes/PRIx64.h
index 7eda1a13..7eda1a13 100644
--- a/src/inttypes/PRIx64.c
+++ b/src/inttypes/PRIx64.h
diff --git a/src/inttypes/PRIx8.c b/src/inttypes/PRIx8.h
index af06ea27..af06ea27 100644
--- a/src/inttypes/PRIx8.c
+++ b/src/inttypes/PRIx8.h
diff --git a/src/inttypes/PRIxFAST16.c b/src/inttypes/PRIxFAST16.h
index f2769064..f2769064 100644
--- a/src/inttypes/PRIxFAST16.c
+++ b/src/inttypes/PRIxFAST16.h
diff --git a/src/inttypes/PRIxFAST32.c b/src/inttypes/PRIxFAST32.h
index 1ef38020..1ef38020 100644
--- a/src/inttypes/PRIxFAST32.c
+++ b/src/inttypes/PRIxFAST32.h
diff --git a/src/inttypes/PRIxFAST64.c b/src/inttypes/PRIxFAST64.h
index 299de94a..299de94a 100644
--- a/src/inttypes/PRIxFAST64.c
+++ b/src/inttypes/PRIxFAST64.h
diff --git a/src/inttypes/PRIxFAST8.c b/src/inttypes/PRIxFAST8.h
index d6430971..d6430971 100644
--- a/src/inttypes/PRIxFAST8.c
+++ b/src/inttypes/PRIxFAST8.h
diff --git a/src/inttypes/PRIxLEAST16.c b/src/inttypes/PRIxLEAST16.h
index 570c7d33..570c7d33 100644
--- a/src/inttypes/PRIxLEAST16.c
+++ b/src/inttypes/PRIxLEAST16.h
diff --git a/src/inttypes/PRIxLEAST32.c b/src/inttypes/PRIxLEAST32.h
index f6286296..f6286296 100644
--- a/src/inttypes/PRIxLEAST32.c
+++ b/src/inttypes/PRIxLEAST32.h
diff --git a/src/inttypes/PRIxLEAST64.c b/src/inttypes/PRIxLEAST64.h
index cf0ccf8a..cf0ccf8a 100644
--- a/src/inttypes/PRIxLEAST64.c
+++ b/src/inttypes/PRIxLEAST64.h
diff --git a/src/inttypes/PRIxLEAST8.c b/src/inttypes/PRIxLEAST8.h
index fdff01e7..fdff01e7 100644
--- a/src/inttypes/PRIxLEAST8.c
+++ b/src/inttypes/PRIxLEAST8.h
diff --git a/src/inttypes/PRIxMAX.c b/src/inttypes/PRIxMAX.h
index e5b026b1..e5b026b1 100644
--- a/src/inttypes/PRIxMAX.c
+++ b/src/inttypes/PRIxMAX.h
diff --git a/src/inttypes/PRIxPTR.c b/src/inttypes/PRIxPTR.h
index 1ff9a6d3..1ff9a6d3 100644
--- a/src/inttypes/PRIxPTR.c
+++ b/src/inttypes/PRIxPTR.h
diff --git a/src/inttypes/SCNX16.c b/src/inttypes/SCNX16.h
index 875d0f62..875d0f62 100644
--- a/src/inttypes/SCNX16.c
+++ b/src/inttypes/SCNX16.h
diff --git a/src/inttypes/SCNX32.c b/src/inttypes/SCNX32.h
index ae82ba02..ae82ba02 100644
--- a/src/inttypes/SCNX32.c
+++ b/src/inttypes/SCNX32.h
diff --git a/src/inttypes/SCNX64.c b/src/inttypes/SCNX64.h
index b05e6885..b05e6885 100644
--- a/src/inttypes/SCNX64.c
+++ b/src/inttypes/SCNX64.h
diff --git a/src/inttypes/SCNX8.c b/src/inttypes/SCNX8.h
index 4a3d0bca..4a3d0bca 100644
--- a/src/inttypes/SCNX8.c
+++ b/src/inttypes/SCNX8.h
diff --git a/src/inttypes/SCNXFAST16.c b/src/inttypes/SCNXFAST16.h
index e4824a7b..e4824a7b 100644
--- a/src/inttypes/SCNXFAST16.c
+++ b/src/inttypes/SCNXFAST16.h
diff --git a/src/inttypes/SCNXFAST32.c b/src/inttypes/SCNXFAST32.h
index 98065c38..98065c38 100644
--- a/src/inttypes/SCNXFAST32.c
+++ b/src/inttypes/SCNXFAST32.h
diff --git a/src/inttypes/SCNXFAST64.c b/src/inttypes/SCNXFAST64.h
index 3c74d976..3c74d976 100644
--- a/src/inttypes/SCNXFAST64.c
+++ b/src/inttypes/SCNXFAST64.h
diff --git a/src/inttypes/SCNXFAST8.c b/src/inttypes/SCNXFAST8.h
index 1509e276..1509e276 100644
--- a/src/inttypes/SCNXFAST8.c
+++ b/src/inttypes/SCNXFAST8.h
diff --git a/src/inttypes/SCNXLEAST16.c b/src/inttypes/SCNXLEAST16.h
index 0e02bbd2..0e02bbd2 100644
--- a/src/inttypes/SCNXLEAST16.c
+++ b/src/inttypes/SCNXLEAST16.h
diff --git a/src/inttypes/SCNXLEAST32.c b/src/inttypes/SCNXLEAST32.h
index 30731e1c..30731e1c 100644
--- a/src/inttypes/SCNXLEAST32.c
+++ b/src/inttypes/SCNXLEAST32.h
diff --git a/src/inttypes/SCNXLEAST64.c b/src/inttypes/SCNXLEAST64.h
index 266e8aa0..266e8aa0 100644
--- a/src/inttypes/SCNXLEAST64.c
+++ b/src/inttypes/SCNXLEAST64.h
diff --git a/src/inttypes/SCNXLEAST8.c b/src/inttypes/SCNXLEAST8.h
index 59c86e16..59c86e16 100644
--- a/src/inttypes/SCNXLEAST8.c
+++ b/src/inttypes/SCNXLEAST8.h
diff --git a/src/inttypes/SCNXMAX.c b/src/inttypes/SCNXMAX.h
index b5490147..b5490147 100644
--- a/src/inttypes/SCNXMAX.c
+++ b/src/inttypes/SCNXMAX.h
diff --git a/src/inttypes/SCNXPTR.c b/src/inttypes/SCNXPTR.h
index 7df00b29..7df00b29 100644
--- a/src/inttypes/SCNXPTR.c
+++ b/src/inttypes/SCNXPTR.h
diff --git a/src/inttypes/SCNd16.c b/src/inttypes/SCNd16.h
index f8e6abdd..f8e6abdd 100644
--- a/src/inttypes/SCNd16.c
+++ b/src/inttypes/SCNd16.h
diff --git a/src/inttypes/SCNd32.c b/src/inttypes/SCNd32.h
index ede6aedf..ede6aedf 100644
--- a/src/inttypes/SCNd32.c
+++ b/src/inttypes/SCNd32.h
diff --git a/src/inttypes/SCNd64.c b/src/inttypes/SCNd64.h
index 72782571..72782571 100644
--- a/src/inttypes/SCNd64.c
+++ b/src/inttypes/SCNd64.h
diff --git a/src/inttypes/SCNd8.c b/src/inttypes/SCNd8.h
index b009a790..b009a790 100644
--- a/src/inttypes/SCNd8.c
+++ b/src/inttypes/SCNd8.h
diff --git a/src/inttypes/SCNdFAST16.c b/src/inttypes/SCNdFAST16.h
index 4df0ab71..4df0ab71 100644
--- a/src/inttypes/SCNdFAST16.c
+++ b/src/inttypes/SCNdFAST16.h
diff --git a/src/inttypes/SCNdFAST32.c b/src/inttypes/SCNdFAST32.h
index 4a4d6642..4a4d6642 100644
--- a/src/inttypes/SCNdFAST32.c
+++ b/src/inttypes/SCNdFAST32.h
diff --git a/src/inttypes/SCNdFAST64.c b/src/inttypes/SCNdFAST64.h
index b1c62250..b1c62250 100644
--- a/src/inttypes/SCNdFAST64.c
+++ b/src/inttypes/SCNdFAST64.h
diff --git a/src/inttypes/SCNdFAST8.c b/src/inttypes/SCNdFAST8.h
index edf1e334..edf1e334 100644
--- a/src/inttypes/SCNdFAST8.c
+++ b/src/inttypes/SCNdFAST8.h
diff --git a/src/inttypes/SCNdLEAST16.c b/src/inttypes/SCNdLEAST16.h
index 0cd349bd..0cd349bd 100644
--- a/src/inttypes/SCNdLEAST16.c
+++ b/src/inttypes/SCNdLEAST16.h
diff --git a/src/inttypes/SCNdLEAST32.c b/src/inttypes/SCNdLEAST32.h
index 881b6c06..881b6c06 100644
--- a/src/inttypes/SCNdLEAST32.c
+++ b/src/inttypes/SCNdLEAST32.h
diff --git a/src/inttypes/SCNdLEAST64.c b/src/inttypes/SCNdLEAST64.h
index 67cdad99..67cdad99 100644
--- a/src/inttypes/SCNdLEAST64.c
+++ b/src/inttypes/SCNdLEAST64.h
diff --git a/src/inttypes/SCNdLEAST8.c b/src/inttypes/SCNdLEAST8.h
index cfde7860..cfde7860 100644
--- a/src/inttypes/SCNdLEAST8.c
+++ b/src/inttypes/SCNdLEAST8.h
diff --git a/src/inttypes/SCNdMAX.c b/src/inttypes/SCNdMAX.h
index edeb1f6a..edeb1f6a 100644
--- a/src/inttypes/SCNdMAX.c
+++ b/src/inttypes/SCNdMAX.h
diff --git a/src/inttypes/SCNdPTR.c b/src/inttypes/SCNdPTR.h
index c0c61d0a..c0c61d0a 100644
--- a/src/inttypes/SCNdPTR.c
+++ b/src/inttypes/SCNdPTR.h
diff --git a/src/inttypes/SCNi16.c b/src/inttypes/SCNi16.h
index c262b47d..c262b47d 100644
--- a/src/inttypes/SCNi16.c
+++ b/src/inttypes/SCNi16.h
diff --git a/src/inttypes/SCNi32.c b/src/inttypes/SCNi32.h
index bb3ecb30..bb3ecb30 100644
--- a/src/inttypes/SCNi32.c
+++ b/src/inttypes/SCNi32.h
diff --git a/src/inttypes/SCNi64.c b/src/inttypes/SCNi64.h
index f6d2e3ec..f6d2e3ec 100644
--- a/src/inttypes/SCNi64.c
+++ b/src/inttypes/SCNi64.h
diff --git a/src/inttypes/SCNi8.c b/src/inttypes/SCNi8.h
index f9a783e4..f9a783e4 100644
--- a/src/inttypes/SCNi8.c
+++ b/src/inttypes/SCNi8.h
diff --git a/src/inttypes/SCNiFAST16.c b/src/inttypes/SCNiFAST16.h
index 926936f1..926936f1 100644
--- a/src/inttypes/SCNiFAST16.c
+++ b/src/inttypes/SCNiFAST16.h
diff --git a/src/inttypes/SCNiFAST32.c b/src/inttypes/SCNiFAST32.h
index 342cd571..342cd571 100644
--- a/src/inttypes/SCNiFAST32.c
+++ b/src/inttypes/SCNiFAST32.h
diff --git a/src/inttypes/SCNiFAST64.c b/src/inttypes/SCNiFAST64.h
index ef036928..ef036928 100644
--- a/src/inttypes/SCNiFAST64.c
+++ b/src/inttypes/SCNiFAST64.h
diff --git a/src/inttypes/SCNiFAST8.c b/src/inttypes/SCNiFAST8.h
index 439ceeac..439ceeac 100644
--- a/src/inttypes/SCNiFAST8.c
+++ b/src/inttypes/SCNiFAST8.h
diff --git a/src/inttypes/SCNiLEAST16.c b/src/inttypes/SCNiLEAST16.h
index fc6310ce..fc6310ce 100644
--- a/src/inttypes/SCNiLEAST16.c
+++ b/src/inttypes/SCNiLEAST16.h
diff --git a/src/inttypes/SCNiLEAST32.c b/src/inttypes/SCNiLEAST32.h
index 7f1c9f44..7f1c9f44 100644
--- a/src/inttypes/SCNiLEAST32.c
+++ b/src/inttypes/SCNiLEAST32.h
diff --git a/src/inttypes/SCNiLEAST64.c b/src/inttypes/SCNiLEAST64.h
index ffcd8df6..ffcd8df6 100644
--- a/src/inttypes/SCNiLEAST64.c
+++ b/src/inttypes/SCNiLEAST64.h
diff --git a/src/inttypes/SCNiLEAST8.c b/src/inttypes/SCNiLEAST8.h
index 099adc7c..099adc7c 100644
--- a/src/inttypes/SCNiLEAST8.c
+++ b/src/inttypes/SCNiLEAST8.h
diff --git a/src/inttypes/SCNiMAX.c b/src/inttypes/SCNiMAX.h
index b6ef4cb9..b6ef4cb9 100644
--- a/src/inttypes/SCNiMAX.c
+++ b/src/inttypes/SCNiMAX.h
diff --git a/src/inttypes/SCNiPTR.c b/src/inttypes/SCNiPTR.h
index 50cb754a..50cb754a 100644
--- a/src/inttypes/SCNiPTR.c
+++ b/src/inttypes/SCNiPTR.h
diff --git a/src/inttypes/SCNo16.c b/src/inttypes/SCNo16.h
index 173436ae..173436ae 100644
--- a/src/inttypes/SCNo16.c
+++ b/src/inttypes/SCNo16.h
diff --git a/src/inttypes/SCNo32.c b/src/inttypes/SCNo32.h
index bcb9fa2e..bcb9fa2e 100644
--- a/src/inttypes/SCNo32.c
+++ b/src/inttypes/SCNo32.h
diff --git a/src/inttypes/SCNo64.c b/src/inttypes/SCNo64.h
index 6318248e..6318248e 100644
--- a/src/inttypes/SCNo64.c
+++ b/src/inttypes/SCNo64.h
diff --git a/src/inttypes/SCNo8.c b/src/inttypes/SCNo8.h
index 3eaee589..3eaee589 100644
--- a/src/inttypes/SCNo8.c
+++ b/src/inttypes/SCNo8.h
diff --git a/src/inttypes/SCNoFAST16.c b/src/inttypes/SCNoFAST16.h
index ee2b885f..ee2b885f 100644
--- a/src/inttypes/SCNoFAST16.c
+++ b/src/inttypes/SCNoFAST16.h
diff --git a/src/inttypes/SCNoFAST32.c b/src/inttypes/SCNoFAST32.h
index 5ab1d573..5ab1d573 100644
--- a/src/inttypes/SCNoFAST32.c
+++ b/src/inttypes/SCNoFAST32.h
diff --git a/src/inttypes/SCNoFAST64.c b/src/inttypes/SCNoFAST64.h
index 0e400fcb..0e400fcb 100644
--- a/src/inttypes/SCNoFAST64.c
+++ b/src/inttypes/SCNoFAST64.h
diff --git a/src/inttypes/SCNoFAST8.c b/src/inttypes/SCNoFAST8.h
index 21a20cfb..21a20cfb 100644
--- a/src/inttypes/SCNoFAST8.c
+++ b/src/inttypes/SCNoFAST8.h
diff --git a/src/inttypes/SCNoLEAST16.c b/src/inttypes/SCNoLEAST16.h
index c42d6b8a..c42d6b8a 100644
--- a/src/inttypes/SCNoLEAST16.c
+++ b/src/inttypes/SCNoLEAST16.h
diff --git a/src/inttypes/SCNoLEAST32.c b/src/inttypes/SCNoLEAST32.h
index 517981f1..517981f1 100644
--- a/src/inttypes/SCNoLEAST32.c
+++ b/src/inttypes/SCNoLEAST32.h
diff --git a/src/inttypes/SCNoLEAST64.c b/src/inttypes/SCNoLEAST64.h
index a64e6315..a64e6315 100644
--- a/src/inttypes/SCNoLEAST64.c
+++ b/src/inttypes/SCNoLEAST64.h
diff --git a/src/inttypes/SCNoLEAST8.c b/src/inttypes/SCNoLEAST8.h
index 3ddffcd5..3ddffcd5 100644
--- a/src/inttypes/SCNoLEAST8.c
+++ b/src/inttypes/SCNoLEAST8.h
diff --git a/src/inttypes/SCNoMAX.c b/src/inttypes/SCNoMAX.h
index 284b8328..284b8328 100644
--- a/src/inttypes/SCNoMAX.c
+++ b/src/inttypes/SCNoMAX.h
diff --git a/src/inttypes/SCNoPTR.c b/src/inttypes/SCNoPTR.h
index b3d50767..b3d50767 100644
--- a/src/inttypes/SCNoPTR.c
+++ b/src/inttypes/SCNoPTR.h
diff --git a/src/inttypes/SCNu16.c b/src/inttypes/SCNu16.h
index 7c9aa80d..7c9aa80d 100644
--- a/src/inttypes/SCNu16.c
+++ b/src/inttypes/SCNu16.h
diff --git a/src/inttypes/SCNu32.c b/src/inttypes/SCNu32.h
index c79840ae..c79840ae 100644
--- a/src/inttypes/SCNu32.c
+++ b/src/inttypes/SCNu32.h
diff --git a/src/inttypes/SCNu64.c b/src/inttypes/SCNu64.h
index b2047f71..b2047f71 100644
--- a/src/inttypes/SCNu64.c
+++ b/src/inttypes/SCNu64.h
diff --git a/src/inttypes/SCNu8.c b/src/inttypes/SCNu8.h
index faeabe4d..faeabe4d 100644
--- a/src/inttypes/SCNu8.c
+++ b/src/inttypes/SCNu8.h
diff --git a/src/inttypes/SCNuFAST16.c b/src/inttypes/SCNuFAST16.h
index bc3cf1f7..bc3cf1f7 100644
--- a/src/inttypes/SCNuFAST16.c
+++ b/src/inttypes/SCNuFAST16.h
diff --git a/src/inttypes/SCNuFAST32.c b/src/inttypes/SCNuFAST32.h
index ae577ebd..ae577ebd 100644
--- a/src/inttypes/SCNuFAST32.c
+++ b/src/inttypes/SCNuFAST32.h
diff --git a/src/inttypes/SCNuFAST64.c b/src/inttypes/SCNuFAST64.h
index 13d57290..13d57290 100644
--- a/src/inttypes/SCNuFAST64.c
+++ b/src/inttypes/SCNuFAST64.h
diff --git a/src/inttypes/SCNuFAST8.c b/src/inttypes/SCNuFAST8.h
index bb749288..bb749288 100644
--- a/src/inttypes/SCNuFAST8.c
+++ b/src/inttypes/SCNuFAST8.h
diff --git a/src/inttypes/SCNuLEAST16.c b/src/inttypes/SCNuLEAST16.h
index cebb8217..cebb8217 100644
--- a/src/inttypes/SCNuLEAST16.c
+++ b/src/inttypes/SCNuLEAST16.h
diff --git a/src/inttypes/SCNuLEAST32.c b/src/inttypes/SCNuLEAST32.h
index 5285c789..5285c789 100644
--- a/src/inttypes/SCNuLEAST32.c
+++ b/src/inttypes/SCNuLEAST32.h
diff --git a/src/inttypes/SCNuLEAST64.c b/src/inttypes/SCNuLEAST64.h
index c0dd9c9c..c0dd9c9c 100644
--- a/src/inttypes/SCNuLEAST64.c
+++ b/src/inttypes/SCNuLEAST64.h
diff --git a/src/inttypes/SCNuLEAST8.c b/src/inttypes/SCNuLEAST8.h
index d09eeaae..d09eeaae 100644
--- a/src/inttypes/SCNuLEAST8.c
+++ b/src/inttypes/SCNuLEAST8.h
diff --git a/src/inttypes/SCNuMAX.c b/src/inttypes/SCNuMAX.h
index 54f76ab6..54f76ab6 100644
--- a/src/inttypes/SCNuMAX.c
+++ b/src/inttypes/SCNuMAX.h
diff --git a/src/inttypes/SCNuPTR.c b/src/inttypes/SCNuPTR.h
index 9bd73424..9bd73424 100644
--- a/src/inttypes/SCNuPTR.c
+++ b/src/inttypes/SCNuPTR.h
diff --git a/src/inttypes/SCNx16.c b/src/inttypes/SCNx16.h
index 231c7d76..231c7d76 100644
--- a/src/inttypes/SCNx16.c
+++ b/src/inttypes/SCNx16.h
diff --git a/src/inttypes/SCNx32.c b/src/inttypes/SCNx32.h
index 39d05ec9..39d05ec9 100644
--- a/src/inttypes/SCNx32.c
+++ b/src/inttypes/SCNx32.h
diff --git a/src/inttypes/SCNx64.c b/src/inttypes/SCNx64.h
index bf42ec81..bf42ec81 100644
--- a/src/inttypes/SCNx64.c
+++ b/src/inttypes/SCNx64.h
diff --git a/src/inttypes/SCNx8.c b/src/inttypes/SCNx8.h
index 2a44f4bb..2a44f4bb 100644
--- a/src/inttypes/SCNx8.c
+++ b/src/inttypes/SCNx8.h
diff --git a/src/inttypes/SCNxFAST16.c b/src/inttypes/SCNxFAST16.h
index 82420fd7..82420fd7 100644
--- a/src/inttypes/SCNxFAST16.c
+++ b/src/inttypes/SCNxFAST16.h
diff --git a/src/inttypes/SCNxFAST32.c b/src/inttypes/SCNxFAST32.h
index 399b4587..399b4587 100644
--- a/src/inttypes/SCNxFAST32.c
+++ b/src/inttypes/SCNxFAST32.h
diff --git a/src/inttypes/SCNxFAST64.c b/src/inttypes/SCNxFAST64.h
index 42df9ea6..42df9ea6 100644
--- a/src/inttypes/SCNxFAST64.c
+++ b/src/inttypes/SCNxFAST64.h
diff --git a/src/inttypes/SCNxFAST8.c b/src/inttypes/SCNxFAST8.h
index d6b1dc83..d6b1dc83 100644
--- a/src/inttypes/SCNxFAST8.c
+++ b/src/inttypes/SCNxFAST8.h
diff --git a/src/inttypes/SCNxLEAST16.c b/src/inttypes/SCNxLEAST16.h
index 8e78c5ca..8e78c5ca 100644
--- a/src/inttypes/SCNxLEAST16.c
+++ b/src/inttypes/SCNxLEAST16.h
diff --git a/src/inttypes/SCNxLEAST32.c b/src/inttypes/SCNxLEAST32.h
index 18d6bdc3..18d6bdc3 100644
--- a/src/inttypes/SCNxLEAST32.c
+++ b/src/inttypes/SCNxLEAST32.h
diff --git a/src/inttypes/SCNxLEAST64.c b/src/inttypes/SCNxLEAST64.h
index ce2c46ed..ce2c46ed 100644
--- a/src/inttypes/SCNxLEAST64.c
+++ b/src/inttypes/SCNxLEAST64.h
diff --git a/src/inttypes/SCNxLEAST8.c b/src/inttypes/SCNxLEAST8.h
index a1a4ac5f..a1a4ac5f 100644
--- a/src/inttypes/SCNxLEAST8.c
+++ b/src/inttypes/SCNxLEAST8.h
diff --git a/src/inttypes/SCNxMAX.c b/src/inttypes/SCNxMAX.h
index c328e55f..c328e55f 100644
--- a/src/inttypes/SCNxMAX.c
+++ b/src/inttypes/SCNxMAX.h
diff --git a/src/inttypes/SCNxPTR.c b/src/inttypes/SCNxPTR.h
index 920f73de..920f73de 100644
--- a/src/inttypes/SCNxPTR.c
+++ b/src/inttypes/SCNxPTR.h
diff --git a/src/inttypes/imaxdiv_t.c b/src/inttypes/imaxdiv_t.h
index 70b40c02..70b40c02 100644
--- a/src/inttypes/imaxdiv_t.c
+++ b/src/inttypes/imaxdiv_t.h
diff --git a/src/inttypes/intmax_t.c b/src/inttypes/intmax_t.h
index 6cca37f5..6cca37f5 100644
--- a/src/inttypes/intmax_t.c
+++ b/src/inttypes/intmax_t.h
diff --git a/src/inttypes/uintmax_t.c b/src/inttypes/uintmax_t.h
index 67aa43e2..67aa43e2 100644
--- a/src/inttypes/uintmax_t.c
+++ b/src/inttypes/uintmax_t.h
diff --git a/src/iso646/and.c b/src/iso646/and.h
index 73766d5e..73766d5e 100644
--- a/src/iso646/and.c
+++ b/src/iso646/and.h
diff --git a/src/iso646/and_eq.c b/src/iso646/and_eq.h
index 5fb8d24d..5fb8d24d 100644
--- a/src/iso646/and_eq.c
+++ b/src/iso646/and_eq.h
diff --git a/src/iso646/bitand.c b/src/iso646/bitand.h
index 2f67d200..2f67d200 100644
--- a/src/iso646/bitand.c
+++ b/src/iso646/bitand.h
diff --git a/src/iso646/bitor.c b/src/iso646/bitor.h
index 22437fe2..22437fe2 100644
--- a/src/iso646/bitor.c
+++ b/src/iso646/bitor.h
diff --git a/src/iso646/compl.c b/src/iso646/compl.h
index 50aa0cd3..50aa0cd3 100644
--- a/src/iso646/compl.c
+++ b/src/iso646/compl.h
diff --git a/src/iso646/not.c b/src/iso646/not.h
index 4e7e4fe3..4e7e4fe3 100644
--- a/src/iso646/not.c
+++ b/src/iso646/not.h
diff --git a/src/iso646/not_eq.c b/src/iso646/not_eq.h
index 3abe6ee4..3abe6ee4 100644
--- a/src/iso646/not_eq.c
+++ b/src/iso646/not_eq.h
diff --git a/src/iso646/or.c b/src/iso646/or.h
index 3e9cfbd9..3e9cfbd9 100644
--- a/src/iso646/or.c
+++ b/src/iso646/or.h
diff --git a/src/iso646/or_eq.c b/src/iso646/or_eq.h
index d6e8e272..d6e8e272 100644
--- a/src/iso646/or_eq.c
+++ b/src/iso646/or_eq.h
diff --git a/src/iso646/xor.c b/src/iso646/xor.h
index c981d80d..c981d80d 100644
--- a/src/iso646/xor.c
+++ b/src/iso646/xor.h
diff --git a/src/iso646/xor_eq.c b/src/iso646/xor_eq.h
index 9b48138d..9b48138d 100644
--- a/src/iso646/xor_eq.c
+++ b/src/iso646/xor_eq.h
diff --git a/src/limits/AIO_LISTIO_MAX.c b/src/limits/AIO_LISTIO_MAX.h
index ff286997..ff286997 100644
--- a/src/limits/AIO_LISTIO_MAX.c
+++ b/src/limits/AIO_LISTIO_MAX.h
diff --git a/src/limits/AIO_MAX.c b/src/limits/AIO_MAX.h
index baf81a2a..baf81a2a 100644
--- a/src/limits/AIO_MAX.c
+++ b/src/limits/AIO_MAX.h
diff --git a/src/limits/AIO_PRIO_DELTA_MAX.c b/src/limits/AIO_PRIO_DELTA_MAX.h
index 06a20264..06a20264 100644
--- a/src/limits/AIO_PRIO_DELTA_MAX.c
+++ b/src/limits/AIO_PRIO_DELTA_MAX.h
diff --git a/src/limits/ARG_MAX.c b/src/limits/ARG_MAX.h
index 57f793a5..57f793a5 100644
--- a/src/limits/ARG_MAX.c
+++ b/src/limits/ARG_MAX.h
diff --git a/src/limits/ATEXIT_MAX.c b/src/limits/ATEXIT_MAX.h
index 6a427145..6a427145 100644
--- a/src/limits/ATEXIT_MAX.c
+++ b/src/limits/ATEXIT_MAX.h
diff --git a/src/limits/BC_BASE_MAX.c b/src/limits/BC_BASE_MAX.h
index 222bc7cf..222bc7cf 100644
--- a/src/limits/BC_BASE_MAX.c
+++ b/src/limits/BC_BASE_MAX.h
diff --git a/src/limits/BC_DIM_MAX.c b/src/limits/BC_DIM_MAX.h
index bbe9e40d..bbe9e40d 100644
--- a/src/limits/BC_DIM_MAX.c
+++ b/src/limits/BC_DIM_MAX.h
diff --git a/src/limits/BC_SCALE_MAX.c b/src/limits/BC_SCALE_MAX.h
index 80f660c5..80f660c5 100644
--- a/src/limits/BC_SCALE_MAX.c
+++ b/src/limits/BC_SCALE_MAX.h
diff --git a/src/limits/BC_STRING_MAX.c b/src/limits/BC_STRING_MAX.h
index 02e6ca98..02e6ca98 100644
--- a/src/limits/BC_STRING_MAX.c
+++ b/src/limits/BC_STRING_MAX.h
diff --git a/src/limits/CHARCLASS_NAME_MAX.c b/src/limits/CHARCLASS_NAME_MAX.h
index 9f57f587..9f57f587 100644
--- a/src/limits/CHARCLASS_NAME_MAX.c
+++ b/src/limits/CHARCLASS_NAME_MAX.h
diff --git a/src/limits/CHAR_BIT.c b/src/limits/CHAR_BIT.h
index 29445ce9..29445ce9 100644
--- a/src/limits/CHAR_BIT.c
+++ b/src/limits/CHAR_BIT.h
diff --git a/src/limits/CHAR_MAX.c b/src/limits/CHAR_MAX.h
index fc98c91b..fc98c91b 100644
--- a/src/limits/CHAR_MAX.c
+++ b/src/limits/CHAR_MAX.h
diff --git a/src/limits/CHAR_MIN.c b/src/limits/CHAR_MIN.h
index 791cbbc2..791cbbc2 100644
--- a/src/limits/CHAR_MIN.c
+++ b/src/limits/CHAR_MIN.h
diff --git a/src/limits/CHILD_MAX.c b/src/limits/CHILD_MAX.h
index f3d4d3a2..f3d4d3a2 100644
--- a/src/limits/CHILD_MAX.c
+++ b/src/limits/CHILD_MAX.h
diff --git a/src/limits/COLL_WEIGHTS_MAX.c b/src/limits/COLL_WEIGHTS_MAX.h
index c3766a2c..c3766a2c 100644
--- a/src/limits/COLL_WEIGHTS_MAX.c
+++ b/src/limits/COLL_WEIGHTS_MAX.h
diff --git a/src/limits/DELAYTIMER_MAX.c b/src/limits/DELAYTIMER_MAX.h
index 0d1a4747..0d1a4747 100644
--- a/src/limits/DELAYTIMER_MAX.c
+++ b/src/limits/DELAYTIMER_MAX.h
diff --git a/src/limits/EXPR_NEST_MAX.c b/src/limits/EXPR_NEST_MAX.h
index d4a70c42..d4a70c42 100644
--- a/src/limits/EXPR_NEST_MAX.c
+++ b/src/limits/EXPR_NEST_MAX.h
diff --git a/src/limits/INT_MAX.c b/src/limits/INT_MAX.h
index d500ee79..d500ee79 100644
--- a/src/limits/INT_MAX.c
+++ b/src/limits/INT_MAX.h
diff --git a/src/limits/INT_MIN.c b/src/limits/INT_MIN.h
index acbb1fdf..acbb1fdf 100644
--- a/src/limits/INT_MIN.c
+++ b/src/limits/INT_MIN.h
diff --git a/src/limits/IOV_MAX.c b/src/limits/IOV_MAX.h
index 2fb367bd..2fb367bd 100644
--- a/src/limits/IOV_MAX.c
+++ b/src/limits/IOV_MAX.h
diff --git a/src/limits/LINE_MAX.c b/src/limits/LINE_MAX.h
index c311dd29..c311dd29 100644
--- a/src/limits/LINE_MAX.c
+++ b/src/limits/LINE_MAX.h
diff --git a/src/limits/LINK_MAX.c b/src/limits/LINK_MAX.h
index 08567888..08567888 100644
--- a/src/limits/LINK_MAX.c
+++ b/src/limits/LINK_MAX.h
diff --git a/src/limits/LLONG_MAX.c b/src/limits/LLONG_MAX.h
index 2052034d..2052034d 100644
--- a/src/limits/LLONG_MAX.c
+++ b/src/limits/LLONG_MAX.h
diff --git a/src/limits/LLONG_MIN.c b/src/limits/LLONG_MIN.h
index 39986c4c..39986c4c 100644
--- a/src/limits/LLONG_MIN.c
+++ b/src/limits/LLONG_MIN.h
diff --git a/src/limits/LONG_BIT.c b/src/limits/LONG_BIT.h
index 16f76633..16f76633 100644
--- a/src/limits/LONG_BIT.c
+++ b/src/limits/LONG_BIT.h
diff --git a/src/limits/LONG_MAX.c b/src/limits/LONG_MAX.h
index 2612cd1f..2612cd1f 100644
--- a/src/limits/LONG_MAX.c
+++ b/src/limits/LONG_MAX.h
diff --git a/src/limits/LONG_MIN.c b/src/limits/LONG_MIN.h
index eb3d713c..eb3d713c 100644
--- a/src/limits/LONG_MIN.c
+++ b/src/limits/LONG_MIN.h
diff --git a/src/limits/MAX_CANON.c b/src/limits/MAX_CANON.h
index 16563e98..16563e98 100644
--- a/src/limits/MAX_CANON.c
+++ b/src/limits/MAX_CANON.h
diff --git a/src/limits/MAX_INPUT.c b/src/limits/MAX_INPUT.h
index 90cd985f..90cd985f 100644
--- a/src/limits/MAX_INPUT.c
+++ b/src/limits/MAX_INPUT.h
diff --git a/src/limits/MB_LEN_MAX.c b/src/limits/MB_LEN_MAX.h
index ef9cf495..ef9cf495 100644
--- a/src/limits/MB_LEN_MAX.c
+++ b/src/limits/MB_LEN_MAX.h
diff --git a/src/limits/MQ_OPEN_MAX.c b/src/limits/MQ_OPEN_MAX.h
index 6ecdfeff..6ecdfeff 100644
--- a/src/limits/MQ_OPEN_MAX.c
+++ b/src/limits/MQ_OPEN_MAX.h
diff --git a/src/limits/MQ_PRIO_MAX.c b/src/limits/MQ_PRIO_MAX.h
index 7757826f..7757826f 100644
--- a/src/limits/MQ_PRIO_MAX.c
+++ b/src/limits/MQ_PRIO_MAX.h
diff --git a/src/limits/NAME_MAX.c b/src/limits/NAME_MAX.h
index 7ef5721f..7ef5721f 100644
--- a/src/limits/NAME_MAX.c
+++ b/src/limits/NAME_MAX.h
diff --git a/src/limits/NGROUPS_MAX.c b/src/limits/NGROUPS_MAX.h
index aac46c03..aac46c03 100644
--- a/src/limits/NGROUPS_MAX.c
+++ b/src/limits/NGROUPS_MAX.h
diff --git a/src/limits/NL_ARGMAX.c b/src/limits/NL_ARGMAX.h
index b0a9292f..b0a9292f 100644
--- a/src/limits/NL_ARGMAX.c
+++ b/src/limits/NL_ARGMAX.h
diff --git a/src/limits/NL_LANGMAX.c b/src/limits/NL_LANGMAX.h
index 2a78ace1..2a78ace1 100644
--- a/src/limits/NL_LANGMAX.c
+++ b/src/limits/NL_LANGMAX.h
diff --git a/src/limits/NL_MSGMAX.c b/src/limits/NL_MSGMAX.h
index 42d8ee47..42d8ee47 100644
--- a/src/limits/NL_MSGMAX.c
+++ b/src/limits/NL_MSGMAX.h
diff --git a/src/limits/NL_NMAX.c b/src/limits/NL_NMAX.h
index f3b0b07a..f3b0b07a 100644
--- a/src/limits/NL_NMAX.c
+++ b/src/limits/NL_NMAX.h
diff --git a/src/limits/NL_SETMAX.c b/src/limits/NL_SETMAX.h
index 62639a23..62639a23 100644
--- a/src/limits/NL_SETMAX.c
+++ b/src/limits/NL_SETMAX.h
diff --git a/src/limits/NL_TEXTMAX.c b/src/limits/NL_TEXTMAX.h
index 3935c403..3935c403 100644
--- a/src/limits/NL_TEXTMAX.c
+++ b/src/limits/NL_TEXTMAX.h
diff --git a/src/limits/NZERO.c b/src/limits/NZERO.h
index 83a67c7f..83a67c7f 100644
--- a/src/limits/NZERO.c
+++ b/src/limits/NZERO.h
diff --git a/src/limits/OPEN_MAX.c b/src/limits/OPEN_MAX.h
index 03acebbb..03acebbb 100644
--- a/src/limits/OPEN_MAX.c
+++ b/src/limits/OPEN_MAX.h
diff --git a/src/limits/PAGESIZE.c b/src/limits/PAGESIZE.h
index 170b4ec7..170b4ec7 100644
--- a/src/limits/PAGESIZE.c
+++ b/src/limits/PAGESIZE.h
diff --git a/src/limits/PAGE_SIZE.c b/src/limits/PAGE_SIZE.h
index b4c280af..b4c280af 100644
--- a/src/limits/PAGE_SIZE.c
+++ b/src/limits/PAGE_SIZE.h
diff --git a/src/limits/PASS_MAX.c b/src/limits/PASS_MAX.h
index 26889a02..26889a02 100644
--- a/src/limits/PASS_MAX.c
+++ b/src/limits/PASS_MAX.h
diff --git a/src/limits/PATH_MAX.c b/src/limits/PATH_MAX.h
index 9a7b05ca..9a7b05ca 100644
--- a/src/limits/PATH_MAX.c
+++ b/src/limits/PATH_MAX.h
diff --git a/src/limits/PIPE_BUF.c b/src/limits/PIPE_BUF.h
index 0924a70f..0924a70f 100644
--- a/src/limits/PIPE_BUF.c
+++ b/src/limits/PIPE_BUF.h
diff --git a/src/limits/RE_DUP_MAX.c b/src/limits/RE_DUP_MAX.h
index a845bbfd..a845bbfd 100644
--- a/src/limits/RE_DUP_MAX.c
+++ b/src/limits/RE_DUP_MAX.h
diff --git a/src/limits/RTSIG_MAX.c b/src/limits/RTSIG_MAX.h
index e289d9e4..e289d9e4 100644
--- a/src/limits/RTSIG_MAX.c
+++ b/src/limits/RTSIG_MAX.h
diff --git a/src/limits/SCHAR_MAX.c b/src/limits/SCHAR_MAX.h
index 667b025e..667b025e 100644
--- a/src/limits/SCHAR_MAX.c
+++ b/src/limits/SCHAR_MAX.h
diff --git a/src/limits/SCHAR_MIN.c b/src/limits/SCHAR_MIN.h
index 2b82cf8b..2b82cf8b 100644
--- a/src/limits/SCHAR_MIN.c
+++ b/src/limits/SCHAR_MIN.h
diff --git a/src/limits/SEM_NSEMS_MAX.c b/src/limits/SEM_NSEMS_MAX.h
index d8398391..d8398391 100644
--- a/src/limits/SEM_NSEMS_MAX.c
+++ b/src/limits/SEM_NSEMS_MAX.h
diff --git a/src/limits/SEM_VALUE_MAX.c b/src/limits/SEM_VALUE_MAX.h
index b7d01b0b..b7d01b0b 100644
--- a/src/limits/SEM_VALUE_MAX.c
+++ b/src/limits/SEM_VALUE_MAX.h
diff --git a/src/limits/SHRT_MAX.c b/src/limits/SHRT_MAX.h
index 66e67acf..66e67acf 100644
--- a/src/limits/SHRT_MAX.c
+++ b/src/limits/SHRT_MAX.h
diff --git a/src/limits/SHRT_MIN.c b/src/limits/SHRT_MIN.h
index e0c52b9b..e0c52b9b 100644
--- a/src/limits/SHRT_MIN.c
+++ b/src/limits/SHRT_MIN.h
diff --git a/src/limits/SIGQUEUE_MAX.c b/src/limits/SIGQUEUE_MAX.h
index 6db921ef..6db921ef 100644
--- a/src/limits/SIGQUEUE_MAX.c
+++ b/src/limits/SIGQUEUE_MAX.h
diff --git a/src/limits/SSIZE_MAX.c b/src/limits/SSIZE_MAX.h
index b9f1d798..b9f1d798 100644
--- a/src/limits/SSIZE_MAX.c
+++ b/src/limits/SSIZE_MAX.h
diff --git a/src/limits/STREAM_MAX.c b/src/limits/STREAM_MAX.h
index bcd85c91..bcd85c91 100644
--- a/src/limits/STREAM_MAX.c
+++ b/src/limits/STREAM_MAX.h
diff --git a/src/limits/TIMER_MAX.c b/src/limits/TIMER_MAX.h
index fe73d9f7..fe73d9f7 100644
--- a/src/limits/TIMER_MAX.c
+++ b/src/limits/TIMER_MAX.h
diff --git a/src/limits/TMP_MAX.c b/src/limits/TMP_MAX.h
index 74ff068d..74ff068d 100644
--- a/src/limits/TMP_MAX.c
+++ b/src/limits/TMP_MAX.h
diff --git a/src/limits/TZNAME_MAX.c b/src/limits/TZNAME_MAX.h
index 20d33691..20d33691 100644
--- a/src/limits/TZNAME_MAX.c
+++ b/src/limits/TZNAME_MAX.h
diff --git a/src/limits/UCHAR_MAX.c b/src/limits/UCHAR_MAX.h
index 1b2aac68..1b2aac68 100644
--- a/src/limits/UCHAR_MAX.c
+++ b/src/limits/UCHAR_MAX.h
diff --git a/src/limits/UINT_MAX.c b/src/limits/UINT_MAX.h
index 1fa8b4ee..1fa8b4ee 100644
--- a/src/limits/UINT_MAX.c
+++ b/src/limits/UINT_MAX.h
diff --git a/src/limits/ULLONG_MAX.c b/src/limits/ULLONG_MAX.h
index 3aac6f79..3aac6f79 100644
--- a/src/limits/ULLONG_MAX.c
+++ b/src/limits/ULLONG_MAX.h
diff --git a/src/limits/ULONG_MAX.c b/src/limits/ULONG_MAX.h
index 4243c6d9..4243c6d9 100644
--- a/src/limits/ULONG_MAX.c
+++ b/src/limits/ULONG_MAX.h
diff --git a/src/limits/USHRT_MAX.c b/src/limits/USHRT_MAX.h
index 9f326c5c..9f326c5c 100644
--- a/src/limits/USHRT_MAX.c
+++ b/src/limits/USHRT_MAX.h
diff --git a/src/limits/WORD_BIT.c b/src/limits/WORD_BIT.h
index 184ff1a7..184ff1a7 100644
--- a/src/limits/WORD_BIT.c
+++ b/src/limits/WORD_BIT.h
diff --git a/src/limits/_POSIX2_BC_BASE_MAX.c b/src/limits/_POSIX2_BC_BASE_MAX.h
index 3a1c39ba..3a1c39ba 100644
--- a/src/limits/_POSIX2_BC_BASE_MAX.c
+++ b/src/limits/_POSIX2_BC_BASE_MAX.h
diff --git a/src/limits/_POSIX2_BC_DIM_MAX.c b/src/limits/_POSIX2_BC_DIM_MAX.h
index dc900ad2..dc900ad2 100644
--- a/src/limits/_POSIX2_BC_DIM_MAX.c
+++ b/src/limits/_POSIX2_BC_DIM_MAX.h
diff --git a/src/limits/_POSIX2_BC_SCALE_MAX.c b/src/limits/_POSIX2_BC_SCALE_MAX.h
index 2f5da27e..2f5da27e 100644
--- a/src/limits/_POSIX2_BC_SCALE_MAX.c
+++ b/src/limits/_POSIX2_BC_SCALE_MAX.h
diff --git a/src/limits/_POSIX2_BC_STRING_MAX.c b/src/limits/_POSIX2_BC_STRING_MAX.h
index e6fe2a73..e6fe2a73 100644
--- a/src/limits/_POSIX2_BC_STRING_MAX.c
+++ b/src/limits/_POSIX2_BC_STRING_MAX.h
diff --git a/src/limits/_POSIX2_COLL_WEIGHTS_MAX.c b/src/limits/_POSIX2_COLL_WEIGHTS_MAX.h
index 5c10e4df..5c10e4df 100644
--- a/src/limits/_POSIX2_COLL_WEIGHTS_MAX.c
+++ b/src/limits/_POSIX2_COLL_WEIGHTS_MAX.h
diff --git a/src/limits/_POSIX2_EXPR_NEST_MAX.c b/src/limits/_POSIX2_EXPR_NEST_MAX.h
index 4a0904b4..4a0904b4 100644
--- a/src/limits/_POSIX2_EXPR_NEST_MAX.c
+++ b/src/limits/_POSIX2_EXPR_NEST_MAX.h
diff --git a/src/limits/_POSIX2_LINE_MAX.c b/src/limits/_POSIX2_LINE_MAX.h
index 4f297315..4f297315 100644
--- a/src/limits/_POSIX2_LINE_MAX.c
+++ b/src/limits/_POSIX2_LINE_MAX.h
diff --git a/src/limits/_POSIX2_RE_DUP_MAX.c b/src/limits/_POSIX2_RE_DUP_MAX.h
index 9650d2b0..9650d2b0 100644
--- a/src/limits/_POSIX2_RE_DUP_MAX.c
+++ b/src/limits/_POSIX2_RE_DUP_MAX.h
diff --git a/src/limits/_POSIX_AIO_LISTIO_MAX.c b/src/limits/_POSIX_AIO_LISTIO_MAX.h
index 15b5ebac..15b5ebac 100644
--- a/src/limits/_POSIX_AIO_LISTIO_MAX.c
+++ b/src/limits/_POSIX_AIO_LISTIO_MAX.h
diff --git a/src/limits/_POSIX_AIO_MAX.c b/src/limits/_POSIX_AIO_MAX.h
index c1726fa3..c1726fa3 100644
--- a/src/limits/_POSIX_AIO_MAX.c
+++ b/src/limits/_POSIX_AIO_MAX.h
diff --git a/src/limits/_POSIX_ARG_MAX.c b/src/limits/_POSIX_ARG_MAX.h
index a5047ebc..a5047ebc 100644
--- a/src/limits/_POSIX_ARG_MAX.c
+++ b/src/limits/_POSIX_ARG_MAX.h
diff --git a/src/limits/_POSIX_CHILD_MAX.c b/src/limits/_POSIX_CHILD_MAX.h
index 849079dd..849079dd 100644
--- a/src/limits/_POSIX_CHILD_MAX.c
+++ b/src/limits/_POSIX_CHILD_MAX.h
diff --git a/src/limits/_POSIX_CLOCKRES_MIN.c b/src/limits/_POSIX_CLOCKRES_MIN.h
index 9319a08d..9319a08d 100644
--- a/src/limits/_POSIX_CLOCKRES_MIN.c
+++ b/src/limits/_POSIX_CLOCKRES_MIN.h
diff --git a/src/limits/_POSIX_DELAYTIMER_MAX.c b/src/limits/_POSIX_DELAYTIMER_MAX.h
index 986bdc0f..986bdc0f 100644
--- a/src/limits/_POSIX_DELAYTIMER_MAX.c
+++ b/src/limits/_POSIX_DELAYTIMER_MAX.h
diff --git a/src/limits/_POSIX_LINK_MAX.c b/src/limits/_POSIX_LINK_MAX.h
index 50a63d13..50a63d13 100644
--- a/src/limits/_POSIX_LINK_MAX.c
+++ b/src/limits/_POSIX_LINK_MAX.h
diff --git a/src/limits/_POSIX_MAX_CANON.c b/src/limits/_POSIX_MAX_CANON.h
index 9068a160..9068a160 100644
--- a/src/limits/_POSIX_MAX_CANON.c
+++ b/src/limits/_POSIX_MAX_CANON.h
diff --git a/src/limits/_POSIX_MAX_INPUT.c b/src/limits/_POSIX_MAX_INPUT.h
index 346e225c..346e225c 100644
--- a/src/limits/_POSIX_MAX_INPUT.c
+++ b/src/limits/_POSIX_MAX_INPUT.h
diff --git a/src/limits/_POSIX_MQ_OPEN_MAX.c b/src/limits/_POSIX_MQ_OPEN_MAX.h
index 8777f3bc..8777f3bc 100644
--- a/src/limits/_POSIX_MQ_OPEN_MAX.c
+++ b/src/limits/_POSIX_MQ_OPEN_MAX.h
diff --git a/src/limits/_POSIX_MQ_PRIO_MAX.c b/src/limits/_POSIX_MQ_PRIO_MAX.h
index fd05666f..fd05666f 100644
--- a/src/limits/_POSIX_MQ_PRIO_MAX.c
+++ b/src/limits/_POSIX_MQ_PRIO_MAX.h
diff --git a/src/limits/_POSIX_NAME_MAX.c b/src/limits/_POSIX_NAME_MAX.h
index b6438730..b6438730 100644
--- a/src/limits/_POSIX_NAME_MAX.c
+++ b/src/limits/_POSIX_NAME_MAX.h
diff --git a/src/limits/_POSIX_NGROUPS_MAX.c b/src/limits/_POSIX_NGROUPS_MAX.h
index 24a8c8fa..24a8c8fa 100644
--- a/src/limits/_POSIX_NGROUPS_MAX.c
+++ b/src/limits/_POSIX_NGROUPS_MAX.h
diff --git a/src/limits/_POSIX_OPEN_MAX.c b/src/limits/_POSIX_OPEN_MAX.h
index 3ee24630..3ee24630 100644
--- a/src/limits/_POSIX_OPEN_MAX.c
+++ b/src/limits/_POSIX_OPEN_MAX.h
diff --git a/src/limits/_POSIX_PATH_MAX.c b/src/limits/_POSIX_PATH_MAX.h
index b8b6f0f6..b8b6f0f6 100644
--- a/src/limits/_POSIX_PATH_MAX.c
+++ b/src/limits/_POSIX_PATH_MAX.h
diff --git a/src/limits/_POSIX_PIPE_BUF.c b/src/limits/_POSIX_PIPE_BUF.h
index 8926fa60..8926fa60 100644
--- a/src/limits/_POSIX_PIPE_BUF.c
+++ b/src/limits/_POSIX_PIPE_BUF.h
diff --git a/src/limits/_POSIX_RTSIG_MAX.c b/src/limits/_POSIX_RTSIG_MAX.h
index 31a04a5f..31a04a5f 100644
--- a/src/limits/_POSIX_RTSIG_MAX.c
+++ b/src/limits/_POSIX_RTSIG_MAX.h
diff --git a/src/limits/_POSIX_SEM_NSEMS_MAX.c b/src/limits/_POSIX_SEM_NSEMS_MAX.h
index 8470b3b8..8470b3b8 100644
--- a/src/limits/_POSIX_SEM_NSEMS_MAX.c
+++ b/src/limits/_POSIX_SEM_NSEMS_MAX.h
diff --git a/src/limits/_POSIX_SEM_VALUE_MAX.c b/src/limits/_POSIX_SEM_VALUE_MAX.h
index 4fff31e5..4fff31e5 100644
--- a/src/limits/_POSIX_SEM_VALUE_MAX.c
+++ b/src/limits/_POSIX_SEM_VALUE_MAX.h
diff --git a/src/limits/_POSIX_SIGQUEUE_MAX.c b/src/limits/_POSIX_SIGQUEUE_MAX.h
index e5222340..e5222340 100644
--- a/src/limits/_POSIX_SIGQUEUE_MAX.c
+++ b/src/limits/_POSIX_SIGQUEUE_MAX.h
diff --git a/src/limits/_POSIX_SSIZE_MAX.c b/src/limits/_POSIX_SSIZE_MAX.h
index d2306563..d2306563 100644
--- a/src/limits/_POSIX_SSIZE_MAX.c
+++ b/src/limits/_POSIX_SSIZE_MAX.h
diff --git a/src/limits/_POSIX_STREAM_MAX.c b/src/limits/_POSIX_STREAM_MAX.h
index c04afda1..c04afda1 100644
--- a/src/limits/_POSIX_STREAM_MAX.c
+++ b/src/limits/_POSIX_STREAM_MAX.h
diff --git a/src/limits/_POSIX_TIMER_MAX.c b/src/limits/_POSIX_TIMER_MAX.h
index 539f8bb3..539f8bb3 100644
--- a/src/limits/_POSIX_TIMER_MAX.c
+++ b/src/limits/_POSIX_TIMER_MAX.h
diff --git a/src/limits/_POSIX_TZNAME_MAX.c b/src/limits/_POSIX_TZNAME_MAX.h
index 5db16d53..5db16d53 100644
--- a/src/limits/_POSIX_TZNAME_MAX.c
+++ b/src/limits/_POSIX_TZNAME_MAX.h
diff --git a/src/limits/_XOPEN_IOV_MAX.c b/src/limits/_XOPEN_IOV_MAX.h
index fb864f4f..fb864f4f 100644
--- a/src/limits/_XOPEN_IOV_MAX.c
+++ b/src/limits/_XOPEN_IOV_MAX.h
diff --git a/src/locale/LC_ALL_MASK.c b/src/locale/LC_ALL_MASK.h
index 904e9d4e..904e9d4e 100644
--- a/src/locale/LC_ALL_MASK.c
+++ b/src/locale/LC_ALL_MASK.h
diff --git a/src/locale/LC_COLLATE_MASK.c b/src/locale/LC_COLLATE_MASK.h
index 6fc4f7ff..6fc4f7ff 100644
--- a/src/locale/LC_COLLATE_MASK.c
+++ b/src/locale/LC_COLLATE_MASK.h
diff --git a/src/locale/LC_CTYPE_MASK.c b/src/locale/LC_CTYPE_MASK.h
index edf2faae..edf2faae 100644
--- a/src/locale/LC_CTYPE_MASK.c
+++ b/src/locale/LC_CTYPE_MASK.h
diff --git a/src/locale/LC_MESSAGES.c b/src/locale/LC_MESSAGES.h
index d8d366f7..d8d366f7 100644
--- a/src/locale/LC_MESSAGES.c
+++ b/src/locale/LC_MESSAGES.h
diff --git a/src/locale/LC_MESSAGES_MASK.c b/src/locale/LC_MESSAGES_MASK.h
index 79dbefa8..79dbefa8 100644
--- a/src/locale/LC_MESSAGES_MASK.c
+++ b/src/locale/LC_MESSAGES_MASK.h
diff --git a/src/locale/LC_MONETARY_MASK.c b/src/locale/LC_MONETARY_MASK.h
index 0417c965..0417c965 100644
--- a/src/locale/LC_MONETARY_MASK.c
+++ b/src/locale/LC_MONETARY_MASK.h
diff --git a/src/locale/LC_NUMERIC_MASK.c b/src/locale/LC_NUMERIC_MASK.h
index 8cef269d..8cef269d 100644
--- a/src/locale/LC_NUMERIC_MASK.c
+++ b/src/locale/LC_NUMERIC_MASK.h
diff --git a/src/locale/LC_TIME_MASK.c b/src/locale/LC_TIME_MASK.h
index 0d5f5613..0d5f5613 100644
--- a/src/locale/LC_TIME_MASK.c
+++ b/src/locale/LC_TIME_MASK.h
diff --git a/src/math/FP_FAST_FMA.c b/src/math/FP_FAST_FMA.h
index 868c9455..868c9455 100644
--- a/src/math/FP_FAST_FMA.c
+++ b/src/math/FP_FAST_FMA.h
diff --git a/src/math/FP_FAST_FMAF.c b/src/math/FP_FAST_FMAF.h
index 7b7b88a4..7b7b88a4 100644
--- a/src/math/FP_FAST_FMAF.c
+++ b/src/math/FP_FAST_FMAF.h
diff --git a/src/math/FP_FAST_FMAL.c b/src/math/FP_FAST_FMAL.h
index 1437ad56..1437ad56 100644
--- a/src/math/FP_FAST_FMAL.c
+++ b/src/math/FP_FAST_FMAL.h
diff --git a/src/math/FP_ILOGB0.c b/src/math/FP_ILOGB0.h
index 1c3f0e28..1c3f0e28 100644
--- a/src/math/FP_ILOGB0.c
+++ b/src/math/FP_ILOGB0.h
diff --git a/src/math/FP_ILOGBNAN.c b/src/math/FP_ILOGBNAN.h
index 65aa04f1..65aa04f1 100644
--- a/src/math/FP_ILOGBNAN.c
+++ b/src/math/FP_ILOGBNAN.h
diff --git a/src/math/FP_INFINITE.c b/src/math/FP_INFINITE.h
index e5aadaf8..e5aadaf8 100644
--- a/src/math/FP_INFINITE.c
+++ b/src/math/FP_INFINITE.h
diff --git a/src/math/FP_NAN.c b/src/math/FP_NAN.h
index 804765cd..804765cd 100644
--- a/src/math/FP_NAN.c
+++ b/src/math/FP_NAN.h
diff --git a/src/math/FP_NORMAL.c b/src/math/FP_NORMAL.h
index 171ca6bf..171ca6bf 100644
--- a/src/math/FP_NORMAL.c
+++ b/src/math/FP_NORMAL.h
diff --git a/src/math/FP_SUBNORMAL.c b/src/math/FP_SUBNORMAL.h
index 500ecd14..500ecd14 100644
--- a/src/math/FP_SUBNORMAL.c
+++ b/src/math/FP_SUBNORMAL.h
diff --git a/src/math/FP_ZERO.c b/src/math/FP_ZERO.h
index 54e5d323..54e5d323 100644
--- a/src/math/FP_ZERO.c
+++ b/src/math/FP_ZERO.h
diff --git a/src/math/HUGE_VALF.c b/src/math/HUGE_VALF.h
index 78b612cd..78b612cd 100644
--- a/src/math/HUGE_VALF.c
+++ b/src/math/HUGE_VALF.h
diff --git a/src/math/HUGE_VALL.c b/src/math/HUGE_VALL.h
index f82c9b5a..f82c9b5a 100644
--- a/src/math/HUGE_VALL.c
+++ b/src/math/HUGE_VALL.h
diff --git a/src/math/INFINITY.c b/src/math/INFINITY.h
index e1576810..e1576810 100644
--- a/src/math/INFINITY.c
+++ b/src/math/INFINITY.h
diff --git a/src/math/MATH_ERREXCEPT.c b/src/math/MATH_ERREXCEPT.h
index 1ad3a6d6..1ad3a6d6 100644
--- a/src/math/MATH_ERREXCEPT.c
+++ b/src/math/MATH_ERREXCEPT.h
diff --git a/src/math/MATH_ERRNO.c b/src/math/MATH_ERRNO.h
index 07cb5815..07cb5815 100644
--- a/src/math/MATH_ERRNO.c
+++ b/src/math/MATH_ERRNO.h
diff --git a/src/math/MAXFLOAT.c b/src/math/MAXFLOAT.h
index a9ebd202..a9ebd202 100644
--- a/src/math/MAXFLOAT.c
+++ b/src/math/MAXFLOAT.h
diff --git a/src/math/M_1_PI.c b/src/math/M_1_PI.h
index b448e4be..b448e4be 100644
--- a/src/math/M_1_PI.c
+++ b/src/math/M_1_PI.h
diff --git a/src/math/M_2_PI.c b/src/math/M_2_PI.h
index d807fce7..d807fce7 100644
--- a/src/math/M_2_PI.c
+++ b/src/math/M_2_PI.h
diff --git a/src/math/M_2_SQRTPI.c b/src/math/M_2_SQRTPI.h
index f8d102b5..f8d102b5 100644
--- a/src/math/M_2_SQRTPI.c
+++ b/src/math/M_2_SQRTPI.h
diff --git a/src/math/M_E.c b/src/math/M_E.h
index 844dec02..844dec02 100644
--- a/src/math/M_E.c
+++ b/src/math/M_E.h
diff --git a/src/math/M_LN10.c b/src/math/M_LN10.h
index 89fc2d9b..89fc2d9b 100644
--- a/src/math/M_LN10.c
+++ b/src/math/M_LN10.h
diff --git a/src/math/M_LN2.c b/src/math/M_LN2.h
index 84a110f3..84a110f3 100644
--- a/src/math/M_LN2.c
+++ b/src/math/M_LN2.h
diff --git a/src/math/M_LOG10E.c b/src/math/M_LOG10E.h
index f6c7e2e0..f6c7e2e0 100644
--- a/src/math/M_LOG10E.c
+++ b/src/math/M_LOG10E.h
diff --git a/src/math/M_LOG2E.c b/src/math/M_LOG2E.h
index 827658e9..827658e9 100644
--- a/src/math/M_LOG2E.c
+++ b/src/math/M_LOG2E.h
diff --git a/src/math/M_PI.c b/src/math/M_PI.h
index e917cf1a..e917cf1a 100644
--- a/src/math/M_PI.c
+++ b/src/math/M_PI.h
diff --git a/src/math/M_PI_2.c b/src/math/M_PI_2.h
index dad5f0b4..dad5f0b4 100644
--- a/src/math/M_PI_2.c
+++ b/src/math/M_PI_2.h
diff --git a/src/math/M_PI_4.c b/src/math/M_PI_4.h
index a20d16f1..a20d16f1 100644
--- a/src/math/M_PI_4.c
+++ b/src/math/M_PI_4.h
diff --git a/src/math/M_SQRT1_2.c b/src/math/M_SQRT1_2.h
index 6f4b61e3..6f4b61e3 100644
--- a/src/math/M_SQRT1_2.c
+++ b/src/math/M_SQRT1_2.h
diff --git a/src/math/M_SQRT2.c b/src/math/M_SQRT2.h
index 96f3f19a..96f3f19a 100644
--- a/src/math/M_SQRT2.c
+++ b/src/math/M_SQRT2.h
diff --git a/src/math/NAN.c b/src/math/NAN.h
index 58ff6aca..58ff6aca 100644
--- a/src/math/NAN.c
+++ b/src/math/NAN.h
diff --git a/src/math/double_t.c b/src/math/double_t.h
index 47b1fb36..47b1fb36 100644
--- a/src/math/double_t.c
+++ b/src/math/double_t.h
diff --git a/src/math/float_t.c b/src/math/float_t.h
index 251f5b2e..251f5b2e 100644
--- a/src/math/float_t.c
+++ b/src/math/float_t.h
diff --git a/src/math/fpclassify.c b/src/math/fpclassify.h
index 131905af..131905af 100644
--- a/src/math/fpclassify.c
+++ b/src/math/fpclassify.h
diff --git a/src/math/isfinite.c b/src/math/isfinite.h
index a37b5a2d..a37b5a2d 100644
--- a/src/math/isfinite.c
+++ b/src/math/isfinite.h
diff --git a/src/math/isinf.c b/src/math/isinf.h
index be76ecfb..be76ecfb 100644
--- a/src/math/isinf.c
+++ b/src/math/isinf.h
diff --git a/src/math/isnan.c b/src/math/isnan.h
index 80bbb741..80bbb741 100644
--- a/src/math/isnan.c
+++ b/src/math/isnan.h
diff --git a/src/math/isnormal.c b/src/math/isnormal.h
index 95e82b1b..95e82b1b 100644
--- a/src/math/isnormal.c
+++ b/src/math/isnormal.h
diff --git a/src/math/math_errhandling.c b/src/math/math_errhandling.h
index 2c34327c..2c34327c 100644
--- a/src/math/math_errhandling.c
+++ b/src/math/math_errhandling.h
diff --git a/src/math/signbit.c b/src/math/signbit.h
index 77cc3977..77cc3977 100644
--- a/src/math/signbit.c
+++ b/src/math/signbit.h
diff --git a/src/signal/BUS_ADRALN.c b/src/signal/BUS_ADRALN.h
index 53cf12fd..53cf12fd 100644
--- a/src/signal/BUS_ADRALN.c
+++ b/src/signal/BUS_ADRALN.h
diff --git a/src/signal/BUS_ADRERR.c b/src/signal/BUS_ADRERR.h
index 78e8a412..78e8a412 100644
--- a/src/signal/BUS_ADRERR.c
+++ b/src/signal/BUS_ADRERR.h
diff --git a/src/signal/BUS_OBJERR.c b/src/signal/BUS_OBJERR.h
index c2de05c3..c2de05c3 100644
--- a/src/signal/BUS_OBJERR.c
+++ b/src/signal/BUS_OBJERR.h
diff --git a/src/signal/CLD_CONTINUED.c b/src/signal/CLD_CONTINUED.h
index f5784d17..f5784d17 100644
--- a/src/signal/CLD_CONTINUED.c
+++ b/src/signal/CLD_CONTINUED.h
diff --git a/src/signal/CLD_DUMPED.c b/src/signal/CLD_DUMPED.h
index c1bb5959..c1bb5959 100644
--- a/src/signal/CLD_DUMPED.c
+++ b/src/signal/CLD_DUMPED.h
diff --git a/src/signal/CLD_EXITED.c b/src/signal/CLD_EXITED.h
index 4a3f12e3..4a3f12e3 100644
--- a/src/signal/CLD_EXITED.c
+++ b/src/signal/CLD_EXITED.h
diff --git a/src/signal/CLD_KILLED.c b/src/signal/CLD_KILLED.h
index fc30db5a..fc30db5a 100644
--- a/src/signal/CLD_KILLED.c
+++ b/src/signal/CLD_KILLED.h
diff --git a/src/signal/CLD_STOPPED.c b/src/signal/CLD_STOPPED.h
index 4af54087..4af54087 100644
--- a/src/signal/CLD_STOPPED.c
+++ b/src/signal/CLD_STOPPED.h
diff --git a/src/signal/CLD_TRAPPED.c b/src/signal/CLD_TRAPPED.h
index 8a489cc1..8a489cc1 100644
--- a/src/signal/CLD_TRAPPED.c
+++ b/src/signal/CLD_TRAPPED.h
diff --git a/src/signal/FPE_FLTDIV.c b/src/signal/FPE_FLTDIV.h
index 4246fbae..4246fbae 100644
--- a/src/signal/FPE_FLTDIV.c
+++ b/src/signal/FPE_FLTDIV.h
diff --git a/src/signal/FPE_FLTINV.c b/src/signal/FPE_FLTINV.h
index 4ec39a65..4ec39a65 100644
--- a/src/signal/FPE_FLTINV.c
+++ b/src/signal/FPE_FLTINV.h
diff --git a/src/signal/FPE_FLTOVF.c b/src/signal/FPE_FLTOVF.h
index 7ee7bfb9..7ee7bfb9 100644
--- a/src/signal/FPE_FLTOVF.c
+++ b/src/signal/FPE_FLTOVF.h
diff --git a/src/signal/FPE_FLTRES.c b/src/signal/FPE_FLTRES.h
index 021fa4d7..021fa4d7 100644
--- a/src/signal/FPE_FLTRES.c
+++ b/src/signal/FPE_FLTRES.h
diff --git a/src/signal/FPE_FLTSUB.c b/src/signal/FPE_FLTSUB.h
index befd9165..befd9165 100644
--- a/src/signal/FPE_FLTSUB.c
+++ b/src/signal/FPE_FLTSUB.h
diff --git a/src/signal/FPE_FLTUND.c b/src/signal/FPE_FLTUND.h
index 613aeb20..613aeb20 100644
--- a/src/signal/FPE_FLTUND.c
+++ b/src/signal/FPE_FLTUND.h
diff --git a/src/signal/FPE_INTDIV.c b/src/signal/FPE_INTDIV.h
index 8cc9bc51..8cc9bc51 100644
--- a/src/signal/FPE_INTDIV.c
+++ b/src/signal/FPE_INTDIV.h
diff --git a/src/signal/FPE_INTOVF.c b/src/signal/FPE_INTOVF.h
index c18a793b..c18a793b 100644
--- a/src/signal/FPE_INTOVF.c
+++ b/src/signal/FPE_INTOVF.h
diff --git a/src/signal/ILL_BADSTK.c b/src/signal/ILL_BADSTK.h
index c82eeb5a..c82eeb5a 100644
--- a/src/signal/ILL_BADSTK.c
+++ b/src/signal/ILL_BADSTK.h
diff --git a/src/signal/ILL_COPROC.c b/src/signal/ILL_COPROC.h
index 330efbc5..330efbc5 100644
--- a/src/signal/ILL_COPROC.c
+++ b/src/signal/ILL_COPROC.h
diff --git a/src/signal/ILL_ILLADR.c b/src/signal/ILL_ILLADR.h
index 97acf732..97acf732 100644
--- a/src/signal/ILL_ILLADR.c
+++ b/src/signal/ILL_ILLADR.h
diff --git a/src/signal/ILL_ILLOPC.c b/src/signal/ILL_ILLOPC.h
index 5e171c7c..5e171c7c 100644
--- a/src/signal/ILL_ILLOPC.c
+++ b/src/signal/ILL_ILLOPC.h
diff --git a/src/signal/ILL_ILLOPN.c b/src/signal/ILL_ILLOPN.h
index 95c20186..95c20186 100644
--- a/src/signal/ILL_ILLOPN.c
+++ b/src/signal/ILL_ILLOPN.h
diff --git a/src/signal/ILL_ILLTRP.c b/src/signal/ILL_ILLTRP.h
index 81624edd..81624edd 100644
--- a/src/signal/ILL_ILLTRP.c
+++ b/src/signal/ILL_ILLTRP.h
diff --git a/src/signal/ILL_PRVOPC.c b/src/signal/ILL_PRVOPC.h
index 80d7575a..80d7575a 100644
--- a/src/signal/ILL_PRVOPC.c
+++ b/src/signal/ILL_PRVOPC.h
diff --git a/src/signal/ILL_PRVREG.c b/src/signal/ILL_PRVREG.h
index d724ac77..d724ac77 100644
--- a/src/signal/ILL_PRVREG.c
+++ b/src/signal/ILL_PRVREG.h
diff --git a/src/signal/MINSIGSTKSZ.c b/src/signal/MINSIGSTKSZ.h
index da35b658..da35b658 100644
--- a/src/signal/MINSIGSTKSZ.c
+++ b/src/signal/MINSIGSTKSZ.h
diff --git a/src/signal/POLL_ERR.c b/src/signal/POLL_ERR.h
index 11e5e95f..11e5e95f 100644
--- a/src/signal/POLL_ERR.c
+++ b/src/signal/POLL_ERR.h
diff --git a/src/signal/POLL_HUP.c b/src/signal/POLL_HUP.h
index 440fc631..440fc631 100644
--- a/src/signal/POLL_HUP.c
+++ b/src/signal/POLL_HUP.h
diff --git a/src/signal/POLL_IN.c b/src/signal/POLL_IN.h
index cfc2096f..cfc2096f 100644
--- a/src/signal/POLL_IN.c
+++ b/src/signal/POLL_IN.h
diff --git a/src/signal/POLL_MSG.c b/src/signal/POLL_MSG.h
index fda34d14..fda34d14 100644
--- a/src/signal/POLL_MSG.c
+++ b/src/signal/POLL_MSG.h
diff --git a/src/signal/POLL_OUT.c b/src/signal/POLL_OUT.h
index 8d8648c0..8d8648c0 100644
--- a/src/signal/POLL_OUT.c
+++ b/src/signal/POLL_OUT.h
diff --git a/src/signal/POLL_PRI.c b/src/signal/POLL_PRI.h
index f46fa1c4..f46fa1c4 100644
--- a/src/signal/POLL_PRI.c
+++ b/src/signal/POLL_PRI.h
diff --git a/src/signal/SA_NOCLDSTOP.c b/src/signal/SA_NOCLDSTOP.h
index 37ec8281..37ec8281 100644
--- a/src/signal/SA_NOCLDSTOP.c
+++ b/src/signal/SA_NOCLDSTOP.h
diff --git a/src/signal/SA_NOCLDWAIT.c b/src/signal/SA_NOCLDWAIT.h
index 10640682..10640682 100644
--- a/src/signal/SA_NOCLDWAIT.c
+++ b/src/signal/SA_NOCLDWAIT.h
diff --git a/src/signal/SA_NODEFER.c b/src/signal/SA_NODEFER.h
index d5a1e77d..d5a1e77d 100644
--- a/src/signal/SA_NODEFER.c
+++ b/src/signal/SA_NODEFER.h
diff --git a/src/signal/SA_ONSTACK.c b/src/signal/SA_ONSTACK.h
index 2866fef9..2866fef9 100644
--- a/src/signal/SA_ONSTACK.c
+++ b/src/signal/SA_ONSTACK.h
diff --git a/src/signal/SA_RESETHAND.c b/src/signal/SA_RESETHAND.h
index b3bf5fa6..b3bf5fa6 100644
--- a/src/signal/SA_RESETHAND.c
+++ b/src/signal/SA_RESETHAND.h
diff --git a/src/signal/SA_RESTART.c b/src/signal/SA_RESTART.h
index efc0c0b9..efc0c0b9 100644
--- a/src/signal/SA_RESTART.c
+++ b/src/signal/SA_RESTART.h
diff --git a/src/signal/SA_SIGINFO.c b/src/signal/SA_SIGINFO.h
index 68a55230..68a55230 100644
--- a/src/signal/SA_SIGINFO.c
+++ b/src/signal/SA_SIGINFO.h
diff --git a/src/signal/SEGV_ACCERR.c b/src/signal/SEGV_ACCERR.h
index 9451551f..9451551f 100644
--- a/src/signal/SEGV_ACCERR.c
+++ b/src/signal/SEGV_ACCERR.h
diff --git a/src/signal/SEGV_MAPERR.c b/src/signal/SEGV_MAPERR.h
index 9466d052..9466d052 100644
--- a/src/signal/SEGV_MAPERR.c
+++ b/src/signal/SEGV_MAPERR.h
diff --git a/src/signal/SIGALRM.c b/src/signal/SIGALRM.h
index 63a337fa..63a337fa 100644
--- a/src/signal/SIGALRM.c
+++ b/src/signal/SIGALRM.h
diff --git a/src/signal/SIGBUS.c b/src/signal/SIGBUS.h
index 5757ac15..5757ac15 100644
--- a/src/signal/SIGBUS.c
+++ b/src/signal/SIGBUS.h
diff --git a/src/signal/SIGCHLD.c b/src/signal/SIGCHLD.h
index b1322485..b1322485 100644
--- a/src/signal/SIGCHLD.c
+++ b/src/signal/SIGCHLD.h
diff --git a/src/signal/SIGCONT.c b/src/signal/SIGCONT.h
index 3b2ea99e..3b2ea99e 100644
--- a/src/signal/SIGCONT.c
+++ b/src/signal/SIGCONT.h
diff --git a/src/signal/SIGEV_NONE.c b/src/signal/SIGEV_NONE.h
index 5dc6b7d2..5dc6b7d2 100644
--- a/src/signal/SIGEV_NONE.c
+++ b/src/signal/SIGEV_NONE.h
diff --git a/src/signal/SIGEV_SIGNAL.c b/src/signal/SIGEV_SIGNAL.h
index aec400c4..aec400c4 100644
--- a/src/signal/SIGEV_SIGNAL.c
+++ b/src/signal/SIGEV_SIGNAL.h
diff --git a/src/signal/SIGHUP.c b/src/signal/SIGHUP.h
index d2613613..d2613613 100644
--- a/src/signal/SIGHUP.c
+++ b/src/signal/SIGHUP.h
diff --git a/src/signal/SIGINT.c b/src/signal/SIGINT.c
deleted file mode 100644
index bdd3f74d..00000000
--- a/src/signal/SIGINT.c
+++ /dev/null
@@ -1,13 +0,0 @@
-#define SIGINT (2)
-
-/** interrupt **/
-
-/***
-is a signal that indicates the program is being interactively interrupted.
-***/
-
-/* Value selected to match requirements for COMMAND(kill) and COMMAND(trap). */
-
-/*
-STDC(1)
-*/
diff --git a/src/signal/SIGINT.h b/src/signal/SIGINT.h
index b1ae8219..bdd3f74d 100644
--- a/src/signal/SIGINT.h
+++ b/src/signal/SIGINT.h
@@ -1,12 +1,13 @@
-#define SIGILL (5)
+#define SIGINT (2)
-/** illegal instruction **/
+/** interrupt **/
/***
-is a signal indicating that the program has attempted to execute an illegal
-or improperly formed instruction.
+is a signal that indicates the program is being interactively interrupted.
***/
+/* Value selected to match requirements for COMMAND(kill) and COMMAND(trap). */
+
/*
STDC(1)
*/
diff --git a/src/signal/SIGKILL.c b/src/signal/SIGKILL.h
index 5ee04b92..5ee04b92 100644
--- a/src/signal/SIGKILL.c
+++ b/src/signal/SIGKILL.h
diff --git a/src/signal/SIGPIPE.c b/src/signal/SIGPIPE.h
index a8388af5..a8388af5 100644
--- a/src/signal/SIGPIPE.c
+++ b/src/signal/SIGPIPE.h
diff --git a/src/signal/SIGPOLL.c b/src/signal/SIGPOLL.h
index f80e4d57..f80e4d57 100644
--- a/src/signal/SIGPOLL.c
+++ b/src/signal/SIGPOLL.h
diff --git a/src/signal/SIGPROF.c b/src/signal/SIGPROF.h
index 459c6835..459c6835 100644
--- a/src/signal/SIGPROF.c
+++ b/src/signal/SIGPROF.h
diff --git a/src/signal/SIGQUIT.c b/src/signal/SIGQUIT.h
index 303f57c2..303f57c2 100644
--- a/src/signal/SIGQUIT.c
+++ b/src/signal/SIGQUIT.h
diff --git a/src/signal/SIGRTMAX.c b/src/signal/SIGRTMAX.h
index 8821bcf1..8821bcf1 100644
--- a/src/signal/SIGRTMAX.c
+++ b/src/signal/SIGRTMAX.h
diff --git a/src/signal/SIGRTMIN.c b/src/signal/SIGRTMIN.h
index ccbd6fee..ccbd6fee 100644
--- a/src/signal/SIGRTMIN.c
+++ b/src/signal/SIGRTMIN.h
diff --git a/src/signal/SIGSTKSZ.c b/src/signal/SIGSTKSZ.h
index d9f40492..d9f40492 100644
--- a/src/signal/SIGSTKSZ.c
+++ b/src/signal/SIGSTKSZ.h
diff --git a/src/signal/SIGSTOP.c b/src/signal/SIGSTOP.h
index 2f16eb25..2f16eb25 100644
--- a/src/signal/SIGSTOP.c
+++ b/src/signal/SIGSTOP.h
diff --git a/src/signal/SIGSYS.c b/src/signal/SIGSYS.h
index 442af153..442af153 100644
--- a/src/signal/SIGSYS.c
+++ b/src/signal/SIGSYS.h
diff --git a/src/signal/SIGTRAP.c b/src/signal/SIGTRAP.h
index acc24be9..acc24be9 100644
--- a/src/signal/SIGTRAP.c
+++ b/src/signal/SIGTRAP.h
diff --git a/src/signal/SIGTSTP.c b/src/signal/SIGTSTP.h
index 9ede35ea..9ede35ea 100644
--- a/src/signal/SIGTSTP.c
+++ b/src/signal/SIGTSTP.h
diff --git a/src/signal/SIGTTIN.c b/src/signal/SIGTTIN.h
index 8ca0db4a..8ca0db4a 100644
--- a/src/signal/SIGTTIN.c
+++ b/src/signal/SIGTTIN.h
diff --git a/src/signal/SIGTTOU.c b/src/signal/SIGTTOU.h
index 6eeb8570..6eeb8570 100644
--- a/src/signal/SIGTTOU.c
+++ b/src/signal/SIGTTOU.h
diff --git a/src/signal/SIGURG.c b/src/signal/SIGURG.h
index 8bfaf929..8bfaf929 100644
--- a/src/signal/SIGURG.c
+++ b/src/signal/SIGURG.h
diff --git a/src/signal/SIGUSR1.c b/src/signal/SIGUSR1.h
index c4a29756..c4a29756 100644
--- a/src/signal/SIGUSR1.c
+++ b/src/signal/SIGUSR1.h
diff --git a/src/signal/SIGUSR2.c b/src/signal/SIGUSR2.h
index 8c580dc8..8c580dc8 100644
--- a/src/signal/SIGUSR2.c
+++ b/src/signal/SIGUSR2.h
diff --git a/src/signal/SIGVTALRM.c b/src/signal/SIGVTALRM.h
index 6df66cad..6df66cad 100644
--- a/src/signal/SIGVTALRM.c
+++ b/src/signal/SIGVTALRM.h
diff --git a/src/signal/SIGXCPU.c b/src/signal/SIGXCPU.h
index 3630d977..3630d977 100644
--- a/src/signal/SIGXCPU.c
+++ b/src/signal/SIGXCPU.h
diff --git a/src/signal/SIGXFSZ.c b/src/signal/SIGXFSZ.h
index 663e383f..663e383f 100644
--- a/src/signal/SIGXFSZ.c
+++ b/src/signal/SIGXFSZ.h
diff --git a/src/signal/SIG_BLOCK.c b/src/signal/SIG_BLOCK.h
index 5eddc698..5eddc698 100644
--- a/src/signal/SIG_BLOCK.c
+++ b/src/signal/SIG_BLOCK.h
diff --git a/src/signal/SIG_HOLD.c b/src/signal/SIG_HOLD.h
index 3013f0b3..3013f0b3 100644
--- a/src/signal/SIG_HOLD.c
+++ b/src/signal/SIG_HOLD.h
diff --git a/src/signal/SIG_SETMASK.c b/src/signal/SIG_SETMASK.h
index 3c070d6b..3c070d6b 100644
--- a/src/signal/SIG_SETMASK.c
+++ b/src/signal/SIG_SETMASK.h
diff --git a/src/signal/SIG_UNBLOCK.c b/src/signal/SIG_UNBLOCK.h
index fc65ed57..fc65ed57 100644
--- a/src/signal/SIG_UNBLOCK.c
+++ b/src/signal/SIG_UNBLOCK.h
diff --git a/src/signal/SI_ASYNCIO.c b/src/signal/SI_ASYNCIO.h
index 8c43051a..8c43051a 100644
--- a/src/signal/SI_ASYNCIO.c
+++ b/src/signal/SI_ASYNCIO.h
diff --git a/src/signal/SI_MESGQ.c b/src/signal/SI_MESGQ.h
index c432db39..c432db39 100644
--- a/src/signal/SI_MESGQ.c
+++ b/src/signal/SI_MESGQ.h
diff --git a/src/signal/SI_QUEUE.c b/src/signal/SI_QUEUE.h
index d5f7bea9..d5f7bea9 100644
--- a/src/signal/SI_QUEUE.c
+++ b/src/signal/SI_QUEUE.h
diff --git a/src/signal/SI_TIMER.c b/src/signal/SI_TIMER.h
index 1cbc0529..1cbc0529 100644
--- a/src/signal/SI_TIMER.c
+++ b/src/signal/SI_TIMER.h
diff --git a/src/signal/SI_USER.c b/src/signal/SI_USER.h
index 2d39d96e..2d39d96e 100644
--- a/src/signal/SI_USER.c
+++ b/src/signal/SI_USER.h
diff --git a/src/signal/SS_DISABLE.c b/src/signal/SS_DISABLE.h
index 2a048cfd..2a048cfd 100644
--- a/src/signal/SS_DISABLE.c
+++ b/src/signal/SS_DISABLE.h
diff --git a/src/signal/SS_ONSTACK.c b/src/signal/SS_ONSTACK.h
index c9939859..c9939859 100644
--- a/src/signal/SS_ONSTACK.c
+++ b/src/signal/SS_ONSTACK.h
diff --git a/src/signal/TRAP_BRKPT.c b/src/signal/TRAP_BRKPT.h
index 029e868b..029e868b 100644
--- a/src/signal/TRAP_BRKPT.c
+++ b/src/signal/TRAP_BRKPT.h
diff --git a/src/signal/TRAP_TRACE.c b/src/signal/TRAP_TRACE.h
index cacee48e..cacee48e 100644
--- a/src/signal/TRAP_TRACE.c
+++ b/src/signal/TRAP_TRACE.h
diff --git a/src/signal/siginfo_t.c b/src/signal/siginfo_t.h
index 39c0b19a..39c0b19a 100644
--- a/src/signal/siginfo_t.c
+++ b/src/signal/siginfo_t.h
diff --git a/src/signal/sigset_t.c b/src/signal/sigset_t.h
index 45c6544f..45c6544f 100644
--- a/src/signal/sigset_t.c
+++ b/src/signal/sigset_t.h
diff --git a/src/signal/stack_t.c b/src/signal/stack_t.h
index 28226941..28226941 100644
--- a/src/signal/stack_t.c
+++ b/src/signal/stack_t.h
diff --git a/src/signal/struct_sigaction.c b/src/signal/struct_sigaction.h
index f9b9656b..f9b9656b 100644
--- a/src/signal/struct_sigaction.c
+++ b/src/signal/struct_sigaction.h
diff --git a/src/signal/struct_sigevent.c b/src/signal/struct_sigevent.h
index ac0713f9..ac0713f9 100644
--- a/src/signal/struct_sigevent.c
+++ b/src/signal/struct_sigevent.h
diff --git a/src/signal/struct_sigstack.c b/src/signal/struct_sigstack.h
index 1db4edba..1db4edba 100644
--- a/src/signal/struct_sigstack.c
+++ b/src/signal/struct_sigstack.h
diff --git a/src/signal/union_sigval.c b/src/signal/union_sigval.h
index c2f7ecb4..c2f7ecb4 100644
--- a/src/signal/union_sigval.c
+++ b/src/signal/union_sigval.h
diff --git a/src/stdalign/__alignas_is_defined.c b/src/stdalign/__alignas_is_defined.h
index 908f81f9..908f81f9 100644
--- a/src/stdalign/__alignas_is_defined.c
+++ b/src/stdalign/__alignas_is_defined.h
diff --git a/src/stdalign/__alignof_is_defined.c b/src/stdalign/__alignof_is_defined.h
index 61b0fa2b..61b0fa2b 100644
--- a/src/stdalign/__alignof_is_defined.c
+++ b/src/stdalign/__alignof_is_defined.h
diff --git a/src/stdalign/alignas.c b/src/stdalign/alignas.h
index c3486ae9..c3486ae9 100644
--- a/src/stdalign/alignas.c
+++ b/src/stdalign/alignas.h
diff --git a/src/stdalign/alignof.c b/src/stdalign/alignof.h
index 2ae0d90e..2ae0d90e 100644
--- a/src/stdalign/alignof.c
+++ b/src/stdalign/alignof.h
diff --git a/src/stdarg/va_copy.c b/src/stdarg/va_copy.h
index ad49c5c9..ad49c5c9 100644
--- a/src/stdarg/va_copy.c
+++ b/src/stdarg/va_copy.h
diff --git a/src/stdbool/__bool_true_false_are_defined.c b/src/stdbool/__bool_true_false_are_defined.h
index a311586b..a311586b 100644
--- a/src/stdbool/__bool_true_false_are_defined.c
+++ b/src/stdbool/__bool_true_false_are_defined.h
diff --git a/src/stdbool/bool.c b/src/stdbool/bool.h
index 9f8bc863..9f8bc863 100644
--- a/src/stdbool/bool.c
+++ b/src/stdbool/bool.h
diff --git a/src/stdbool/false.c b/src/stdbool/false.h
index 0259936d..0259936d 100644
--- a/src/stdbool/false.c
+++ b/src/stdbool/false.h
diff --git a/src/stdbool/true.c b/src/stdbool/true.h
index b6288b05..b6288b05 100644
--- a/src/stdbool/true.c
+++ b/src/stdbool/true.h
diff --git a/src/stddef/max_align_t.c b/src/stddef/max_align_t.h
index cd15c79e..cd15c79e 100644
--- a/src/stddef/max_align_t.c
+++ b/src/stddef/max_align_t.h
diff --git a/src/stddef/rsize_t.c b/src/stddef/rsize_t.h
index 67e304a0..67e304a0 100644
--- a/src/stddef/rsize_t.c
+++ b/src/stddef/rsize_t.h
diff --git a/src/stdint/INT16_C.c b/src/stdint/INT16_C.h
index ebad0207..ebad0207 100644
--- a/src/stdint/INT16_C.c
+++ b/src/stdint/INT16_C.h
diff --git a/src/stdint/INT16_MAX.c b/src/stdint/INT16_MAX.h
index 16136be3..16136be3 100644
--- a/src/stdint/INT16_MAX.c
+++ b/src/stdint/INT16_MAX.h
diff --git a/src/stdint/INT16_MIN.c b/src/stdint/INT16_MIN.h
index 35349b4d..35349b4d 100644
--- a/src/stdint/INT16_MIN.c
+++ b/src/stdint/INT16_MIN.h
diff --git a/src/stdint/INT32_C.c b/src/stdint/INT32_C.h
index 9e052968..9e052968 100644
--- a/src/stdint/INT32_C.c
+++ b/src/stdint/INT32_C.h
diff --git a/src/stdint/INT32_MAX.c b/src/stdint/INT32_MAX.h
index dd935ae3..dd935ae3 100644
--- a/src/stdint/INT32_MAX.c
+++ b/src/stdint/INT32_MAX.h
diff --git a/src/stdint/INT32_MIN.c b/src/stdint/INT32_MIN.h
index 4349cf37..4349cf37 100644
--- a/src/stdint/INT32_MIN.c
+++ b/src/stdint/INT32_MIN.h
diff --git a/src/stdint/INT64_C.c b/src/stdint/INT64_C.h
index c62410d6..c62410d6 100644
--- a/src/stdint/INT64_C.c
+++ b/src/stdint/INT64_C.h
diff --git a/src/stdint/INT64_MAX.c b/src/stdint/INT64_MAX.h
index e50109c2..e50109c2 100644
--- a/src/stdint/INT64_MAX.c
+++ b/src/stdint/INT64_MAX.h
diff --git a/src/stdint/INT64_MIN.c b/src/stdint/INT64_MIN.h
index 55d0f702..55d0f702 100644
--- a/src/stdint/INT64_MIN.c
+++ b/src/stdint/INT64_MIN.h
diff --git a/src/stdint/INT8_C.c b/src/stdint/INT8_C.h
index 0c7f1550..0c7f1550 100644
--- a/src/stdint/INT8_C.c
+++ b/src/stdint/INT8_C.h
diff --git a/src/stdint/INT8_MAX.c b/src/stdint/INT8_MAX.h
index 73da5dbc..73da5dbc 100644
--- a/src/stdint/INT8_MAX.c
+++ b/src/stdint/INT8_MAX.h
diff --git a/src/stdint/INT8_MIN.c b/src/stdint/INT8_MIN.h
index c08b71ef..c08b71ef 100644
--- a/src/stdint/INT8_MIN.c
+++ b/src/stdint/INT8_MIN.h
diff --git a/src/stdint/INTMAX_C.c b/src/stdint/INTMAX_C.h
index 2cf10573..2cf10573 100644
--- a/src/stdint/INTMAX_C.c
+++ b/src/stdint/INTMAX_C.h
diff --git a/src/stdint/INTMAX_MAX.c b/src/stdint/INTMAX_MAX.h
index 07d54edc..07d54edc 100644
--- a/src/stdint/INTMAX_MAX.c
+++ b/src/stdint/INTMAX_MAX.h
diff --git a/src/stdint/INTMAX_MIN.c b/src/stdint/INTMAX_MIN.h
index 632b7ff0..632b7ff0 100644
--- a/src/stdint/INTMAX_MIN.c
+++ b/src/stdint/INTMAX_MIN.h
diff --git a/src/stdint/INTPTR_MAX.c b/src/stdint/INTPTR_MAX.h
index f4b97702..f4b97702 100644
--- a/src/stdint/INTPTR_MAX.c
+++ b/src/stdint/INTPTR_MAX.h
diff --git a/src/stdint/INTPTR_MIN.c b/src/stdint/INTPTR_MIN.h
index 57a7f882..57a7f882 100644
--- a/src/stdint/INTPTR_MIN.c
+++ b/src/stdint/INTPTR_MIN.h
diff --git a/src/stdint/INT_FAST16_MAX.c b/src/stdint/INT_FAST16_MAX.h
index 4705b9c8..4705b9c8 100644
--- a/src/stdint/INT_FAST16_MAX.c
+++ b/src/stdint/INT_FAST16_MAX.h
diff --git a/src/stdint/INT_FAST16_MIN.c b/src/stdint/INT_FAST16_MIN.h
index c78c28eb..c78c28eb 100644
--- a/src/stdint/INT_FAST16_MIN.c
+++ b/src/stdint/INT_FAST16_MIN.h
diff --git a/src/stdint/INT_FAST32_MAX.c b/src/stdint/INT_FAST32_MAX.h
index ea01e62d..ea01e62d 100644
--- a/src/stdint/INT_FAST32_MAX.c
+++ b/src/stdint/INT_FAST32_MAX.h
diff --git a/src/stdint/INT_FAST32_MIN.c b/src/stdint/INT_FAST32_MIN.h
index 2fc24e5d..2fc24e5d 100644
--- a/src/stdint/INT_FAST32_MIN.c
+++ b/src/stdint/INT_FAST32_MIN.h
diff --git a/src/stdint/INT_FAST64_MAX.c b/src/stdint/INT_FAST64_MAX.h
index ffd7bb78..ffd7bb78 100644
--- a/src/stdint/INT_FAST64_MAX.c
+++ b/src/stdint/INT_FAST64_MAX.h
diff --git a/src/stdint/INT_FAST64_MIN.c b/src/stdint/INT_FAST64_MIN.h
index 07f4a44c..07f4a44c 100644
--- a/src/stdint/INT_FAST64_MIN.c
+++ b/src/stdint/INT_FAST64_MIN.h
diff --git a/src/stdint/INT_FAST8_MAX.c b/src/stdint/INT_FAST8_MAX.h
index 58639691..58639691 100644
--- a/src/stdint/INT_FAST8_MAX.c
+++ b/src/stdint/INT_FAST8_MAX.h
diff --git a/src/stdint/INT_FAST8_MIN.c b/src/stdint/INT_FAST8_MIN.h
index 86ee6ec9..86ee6ec9 100644
--- a/src/stdint/INT_FAST8_MIN.c
+++ b/src/stdint/INT_FAST8_MIN.h
diff --git a/src/stdint/INT_LEAST16_MAX.c b/src/stdint/INT_LEAST16_MAX.h
index 9a625094..9a625094 100644
--- a/src/stdint/INT_LEAST16_MAX.c
+++ b/src/stdint/INT_LEAST16_MAX.h
diff --git a/src/stdint/INT_LEAST16_MIN.c b/src/stdint/INT_LEAST16_MIN.h
index 3cd0fec6..3cd0fec6 100644
--- a/src/stdint/INT_LEAST16_MIN.c
+++ b/src/stdint/INT_LEAST16_MIN.h
diff --git a/src/stdint/INT_LEAST32_MAX.c b/src/stdint/INT_LEAST32_MAX.h
index 6d4d6ff0..6d4d6ff0 100644
--- a/src/stdint/INT_LEAST32_MAX.c
+++ b/src/stdint/INT_LEAST32_MAX.h
diff --git a/src/stdint/INT_LEAST32_MIN.c b/src/stdint/INT_LEAST32_MIN.h
index 9c714f2c..9c714f2c 100644
--- a/src/stdint/INT_LEAST32_MIN.c
+++ b/src/stdint/INT_LEAST32_MIN.h
diff --git a/src/stdint/INT_LEAST64_MAX.c b/src/stdint/INT_LEAST64_MAX.h
index a7ff5e2e..a7ff5e2e 100644
--- a/src/stdint/INT_LEAST64_MAX.c
+++ b/src/stdint/INT_LEAST64_MAX.h
diff --git a/src/stdint/INT_LEAST64_MIN.c b/src/stdint/INT_LEAST64_MIN.h
index d4dfb201..d4dfb201 100644
--- a/src/stdint/INT_LEAST64_MIN.c
+++ b/src/stdint/INT_LEAST64_MIN.h
diff --git a/src/stdint/INT_LEAST8_MAX.c b/src/stdint/INT_LEAST8_MAX.h
index 5df7f755..5df7f755 100644
--- a/src/stdint/INT_LEAST8_MAX.c
+++ b/src/stdint/INT_LEAST8_MAX.h
diff --git a/src/stdint/INT_LEAST8_MIN.c b/src/stdint/INT_LEAST8_MIN.h
index 2b8c6617..2b8c6617 100644
--- a/src/stdint/INT_LEAST8_MIN.c
+++ b/src/stdint/INT_LEAST8_MIN.h
diff --git a/src/stdint/PTRDIFF_MAX.c b/src/stdint/PTRDIFF_MAX.h
index ae518616..ae518616 100644
--- a/src/stdint/PTRDIFF_MAX.c
+++ b/src/stdint/PTRDIFF_MAX.h
diff --git a/src/stdint/PTRDIFF_MIN.c b/src/stdint/PTRDIFF_MIN.h
index 44292a10..44292a10 100644
--- a/src/stdint/PTRDIFF_MIN.c
+++ b/src/stdint/PTRDIFF_MIN.h
diff --git a/src/stdint/RSIZE_MAX.c b/src/stdint/RSIZE_MAX.h
index c649ceb5..c649ceb5 100644
--- a/src/stdint/RSIZE_MAX.c
+++ b/src/stdint/RSIZE_MAX.h
diff --git a/src/stdint/SIG_ATOMIC_MAX.c b/src/stdint/SIG_ATOMIC_MAX.h
index da8db676..da8db676 100644
--- a/src/stdint/SIG_ATOMIC_MAX.c
+++ b/src/stdint/SIG_ATOMIC_MAX.h
diff --git a/src/stdint/SIG_ATOMIC_MIN.c b/src/stdint/SIG_ATOMIC_MIN.h
index f4d27e62..f4d27e62 100644
--- a/src/stdint/SIG_ATOMIC_MIN.c
+++ b/src/stdint/SIG_ATOMIC_MIN.h
diff --git a/src/stdint/SIZE_MAX.c b/src/stdint/SIZE_MAX.h
index 22770096..22770096 100644
--- a/src/stdint/SIZE_MAX.c
+++ b/src/stdint/SIZE_MAX.h
diff --git a/src/stdint/UINT16_C.c b/src/stdint/UINT16_C.h
index afbcc96c..afbcc96c 100644
--- a/src/stdint/UINT16_C.c
+++ b/src/stdint/UINT16_C.h
diff --git a/src/stdint/UINT16_MAX.c b/src/stdint/UINT16_MAX.h
index f8a8f586..f8a8f586 100644
--- a/src/stdint/UINT16_MAX.c
+++ b/src/stdint/UINT16_MAX.h
diff --git a/src/stdint/UINT32_C.c b/src/stdint/UINT32_C.h
index fd310c88..fd310c88 100644
--- a/src/stdint/UINT32_C.c
+++ b/src/stdint/UINT32_C.h
diff --git a/src/stdint/UINT32_MAX.c b/src/stdint/UINT32_MAX.h
index dd257db3..dd257db3 100644
--- a/src/stdint/UINT32_MAX.c
+++ b/src/stdint/UINT32_MAX.h
diff --git a/src/stdint/UINT64_C.c b/src/stdint/UINT64_C.h
index 4d084517..4d084517 100644
--- a/src/stdint/UINT64_C.c
+++ b/src/stdint/UINT64_C.h
diff --git a/src/stdint/UINT64_MAX.c b/src/stdint/UINT64_MAX.h
index c92f3d43..c92f3d43 100644
--- a/src/stdint/UINT64_MAX.c
+++ b/src/stdint/UINT64_MAX.h
diff --git a/src/stdint/UINT8_C.c b/src/stdint/UINT8_C.h
index 5d269bb7..5d269bb7 100644
--- a/src/stdint/UINT8_C.c
+++ b/src/stdint/UINT8_C.h
diff --git a/src/stdint/UINT8_MAX.c b/src/stdint/UINT8_MAX.h
index 4ed3d37f..4ed3d37f 100644
--- a/src/stdint/UINT8_MAX.c
+++ b/src/stdint/UINT8_MAX.h
diff --git a/src/stdint/UINTMAX_C.c b/src/stdint/UINTMAX_C.h
index 00b10906..00b10906 100644
--- a/src/stdint/UINTMAX_C.c
+++ b/src/stdint/UINTMAX_C.h
diff --git a/src/stdint/UINTMAX_MAX.c b/src/stdint/UINTMAX_MAX.h
index b7e77e71..b7e77e71 100644
--- a/src/stdint/UINTMAX_MAX.c
+++ b/src/stdint/UINTMAX_MAX.h
diff --git a/src/stdint/UINTPTR_MAX.c b/src/stdint/UINTPTR_MAX.h
index 05d149c1..05d149c1 100644
--- a/src/stdint/UINTPTR_MAX.c
+++ b/src/stdint/UINTPTR_MAX.h
diff --git a/src/stdint/UINT_FAST16_MAX.c b/src/stdint/UINT_FAST16_MAX.h
index b1c0274c..b1c0274c 100644
--- a/src/stdint/UINT_FAST16_MAX.c
+++ b/src/stdint/UINT_FAST16_MAX.h
diff --git a/src/stdint/UINT_FAST32_MAX.c b/src/stdint/UINT_FAST32_MAX.h
index 9431d807..9431d807 100644
--- a/src/stdint/UINT_FAST32_MAX.c
+++ b/src/stdint/UINT_FAST32_MAX.h
diff --git a/src/stdint/UINT_FAST64_MAX.c b/src/stdint/UINT_FAST64_MAX.h
index f06a53a0..f06a53a0 100644
--- a/src/stdint/UINT_FAST64_MAX.c
+++ b/src/stdint/UINT_FAST64_MAX.h
diff --git a/src/stdint/UINT_FAST8_MAX.c b/src/stdint/UINT_FAST8_MAX.h
index 5395c697..5395c697 100644
--- a/src/stdint/UINT_FAST8_MAX.c
+++ b/src/stdint/UINT_FAST8_MAX.h
diff --git a/src/stdint/UINT_LEAST16_MAX.c b/src/stdint/UINT_LEAST16_MAX.h
index f629b638..f629b638 100644
--- a/src/stdint/UINT_LEAST16_MAX.c
+++ b/src/stdint/UINT_LEAST16_MAX.h
diff --git a/src/stdint/UINT_LEAST32_MAX.c b/src/stdint/UINT_LEAST32_MAX.h
index fdf97254..fdf97254 100644
--- a/src/stdint/UINT_LEAST32_MAX.c
+++ b/src/stdint/UINT_LEAST32_MAX.h
diff --git a/src/stdint/UINT_LEAST64_MAX.c b/src/stdint/UINT_LEAST64_MAX.h
index 637e6fb0..637e6fb0 100644
--- a/src/stdint/UINT_LEAST64_MAX.c
+++ b/src/stdint/UINT_LEAST64_MAX.h
diff --git a/src/stdint/UINT_LEAST8_MAX.c b/src/stdint/UINT_LEAST8_MAX.h
index 29f3c09a..29f3c09a 100644
--- a/src/stdint/UINT_LEAST8_MAX.c
+++ b/src/stdint/UINT_LEAST8_MAX.h
diff --git a/src/stdint/WINT_MAX.c b/src/stdint/WINT_MAX.h
index f7303ea1..f7303ea1 100644
--- a/src/stdint/WINT_MAX.c
+++ b/src/stdint/WINT_MAX.h
diff --git a/src/stdint/WINT_MIN.c b/src/stdint/WINT_MIN.h
index 2b3005bf..2b3005bf 100644
--- a/src/stdint/WINT_MIN.c
+++ b/src/stdint/WINT_MIN.h
diff --git a/src/stdint/int16_t.c b/src/stdint/int16_t.h
index 30861f20..30861f20 100644
--- a/src/stdint/int16_t.c
+++ b/src/stdint/int16_t.h
diff --git a/src/stdint/int32_t.c b/src/stdint/int32_t.h
index 24059172..24059172 100644
--- a/src/stdint/int32_t.c
+++ b/src/stdint/int32_t.h
diff --git a/src/stdint/int64_t.c b/src/stdint/int64_t.h
index cc9419cc..cc9419cc 100644
--- a/src/stdint/int64_t.c
+++ b/src/stdint/int64_t.h
diff --git a/src/stdint/int8_t.c b/src/stdint/int8_t.h
index 11533725..11533725 100644
--- a/src/stdint/int8_t.c
+++ b/src/stdint/int8_t.h
diff --git a/src/stdint/int_fast16_t.c b/src/stdint/int_fast16_t.h
index 4dcf9838..4dcf9838 100644
--- a/src/stdint/int_fast16_t.c
+++ b/src/stdint/int_fast16_t.h
diff --git a/src/stdint/int_fast32_t.c b/src/stdint/int_fast32_t.h
index 65460677..65460677 100644
--- a/src/stdint/int_fast32_t.c
+++ b/src/stdint/int_fast32_t.h
diff --git a/src/stdint/int_fast64_t.c b/src/stdint/int_fast64_t.h
index 173e0fe2..173e0fe2 100644
--- a/src/stdint/int_fast64_t.c
+++ b/src/stdint/int_fast64_t.h
diff --git a/src/stdint/int_fast8_t.c b/src/stdint/int_fast8_t.h
index 1bd43b74..1bd43b74 100644
--- a/src/stdint/int_fast8_t.c
+++ b/src/stdint/int_fast8_t.h
diff --git a/src/stdint/int_least16_t.c b/src/stdint/int_least16_t.h
index 3aaeacff..3aaeacff 100644
--- a/src/stdint/int_least16_t.c
+++ b/src/stdint/int_least16_t.h
diff --git a/src/stdint/int_least32_t.c b/src/stdint/int_least32_t.h
index 2290dab6..2290dab6 100644
--- a/src/stdint/int_least32_t.c
+++ b/src/stdint/int_least32_t.h
diff --git a/src/stdint/int_least64_t.c b/src/stdint/int_least64_t.h
index 02a29079..02a29079 100644
--- a/src/stdint/int_least64_t.c
+++ b/src/stdint/int_least64_t.h
diff --git a/src/stdint/int_least8_t.c b/src/stdint/int_least8_t.h
index 2142c96e..2142c96e 100644
--- a/src/stdint/int_least8_t.c
+++ b/src/stdint/int_least8_t.h
diff --git a/src/stdint/intmax_t.c b/src/stdint/intmax_t.h
index 3c5532c5..3c5532c5 100644
--- a/src/stdint/intmax_t.c
+++ b/src/stdint/intmax_t.h
diff --git a/src/stdint/intptr_t.c b/src/stdint/intptr_t.h
index f72a6eb8..f72a6eb8 100644
--- a/src/stdint/intptr_t.c
+++ b/src/stdint/intptr_t.h
diff --git a/src/stdint/uint16_t.c b/src/stdint/uint16_t.h
index b8d579a5..b8d579a5 100644
--- a/src/stdint/uint16_t.c
+++ b/src/stdint/uint16_t.h
diff --git a/src/stdint/uint32_t.c b/src/stdint/uint32_t.h
index 01a11eae..01a11eae 100644
--- a/src/stdint/uint32_t.c
+++ b/src/stdint/uint32_t.h
diff --git a/src/stdint/uint64_t.c b/src/stdint/uint64_t.h
index d4af00d7..d4af00d7 100644
--- a/src/stdint/uint64_t.c
+++ b/src/stdint/uint64_t.h
diff --git a/src/stdint/uint8_t.c b/src/stdint/uint8_t.h
index 136c50be..136c50be 100644
--- a/src/stdint/uint8_t.c
+++ b/src/stdint/uint8_t.h
diff --git a/src/stdint/uint_fast16_t.c b/src/stdint/uint_fast16_t.h
index 0e89feca..0e89feca 100644
--- a/src/stdint/uint_fast16_t.c
+++ b/src/stdint/uint_fast16_t.h
diff --git a/src/stdint/uint_fast32_t.c b/src/stdint/uint_fast32_t.h
index 3fc55b4e..3fc55b4e 100644
--- a/src/stdint/uint_fast32_t.c
+++ b/src/stdint/uint_fast32_t.h
diff --git a/src/stdint/uint_fast64_t.c b/src/stdint/uint_fast64_t.h
index d2ce6fee..d2ce6fee 100644
--- a/src/stdint/uint_fast64_t.c
+++ b/src/stdint/uint_fast64_t.h
diff --git a/src/stdint/uint_fast8_t.c b/src/stdint/uint_fast8_t.h
index 263bdd7a..263bdd7a 100644
--- a/src/stdint/uint_fast8_t.c
+++ b/src/stdint/uint_fast8_t.h
diff --git a/src/stdint/uint_least16_t.c b/src/stdint/uint_least16_t.h
index d4216fb1..d4216fb1 100644
--- a/src/stdint/uint_least16_t.c
+++ b/src/stdint/uint_least16_t.h
diff --git a/src/stdint/uint_least32_t.c b/src/stdint/uint_least32_t.h
index 7a1b6432..7a1b6432 100644
--- a/src/stdint/uint_least32_t.c
+++ b/src/stdint/uint_least32_t.h
diff --git a/src/stdint/uint_least64_t.c b/src/stdint/uint_least64_t.h
index 4c3cd753..4c3cd753 100644
--- a/src/stdint/uint_least64_t.c
+++ b/src/stdint/uint_least64_t.h
diff --git a/src/stdint/uint_least8_t.c b/src/stdint/uint_least8_t.h
index 012c9cf8..012c9cf8 100644
--- a/src/stdint/uint_least8_t.c
+++ b/src/stdint/uint_least8_t.h
diff --git a/src/stdint/uintmax_t.c b/src/stdint/uintmax_t.h
index 95ed2d9a..95ed2d9a 100644
--- a/src/stdint/uintmax_t.c
+++ b/src/stdint/uintmax_t.h
diff --git a/src/stdint/uintptr_t.c b/src/stdint/uintptr_t.h
index cb204c66..cb204c66 100644
--- a/src/stdint/uintptr_t.c
+++ b/src/stdint/uintptr_t.h
diff --git a/src/stdio/L_ctermid.c b/src/stdio/L_ctermid.h
index f280b586..f280b586 100644
--- a/src/stdio/L_ctermid.c
+++ b/src/stdio/L_ctermid.h
diff --git a/src/stdio/L_cuserid.c b/src/stdio/L_cuserid.h
index 27425cac..27425cac 100644
--- a/src/stdio/L_cuserid.c
+++ b/src/stdio/L_cuserid.h
diff --git a/src/stdio/L_tmpnam_s.c b/src/stdio/L_tmpnam_s.h
index c014796b..c014796b 100644
--- a/src/stdio/L_tmpnam_s.c
+++ b/src/stdio/L_tmpnam_s.h
diff --git a/src/stdio/P_tmpdir.c b/src/stdio/P_tmpdir.h
index 9ff77865..9ff77865 100644
--- a/src/stdio/P_tmpdir.c
+++ b/src/stdio/P_tmpdir.h
diff --git a/src/stdio/TMP_MAX_S.c b/src/stdio/TMP_MAX_S.h
index 69822bb4..69822bb4 100644
--- a/src/stdio/TMP_MAX_S.c
+++ b/src/stdio/TMP_MAX_S.h
diff --git a/src/stdlib/constraint_handler_t.c b/src/stdlib/constraint_handler_t.h
index 6c109471..6c109471 100644
--- a/src/stdlib/constraint_handler_t.c
+++ b/src/stdlib/constraint_handler_t.h
diff --git a/src/stdlib/lldiv_t.c b/src/stdlib/lldiv_t.h
index e7e72e6b..e7e72e6b 100644
--- a/src/stdlib/lldiv_t.c
+++ b/src/stdlib/lldiv_t.h
diff --git a/src/stdnoreturn/noreturn.c b/src/stdnoreturn/noreturn.h
index ce6b0c2b..ce6b0c2b 100644
--- a/src/stdnoreturn/noreturn.c
+++ b/src/stdnoreturn/noreturn.h
diff --git a/src/threads/ONCE_FLAG_INIT.c b/src/threads/ONCE_FLAG_INIT.h
index 66a81242..66a81242 100644
--- a/src/threads/ONCE_FLAG_INIT.c
+++ b/src/threads/ONCE_FLAG_INIT.h
diff --git a/src/threads/TSS_DTOR_ITERATIONS.c b/src/threads/TSS_DTOR_ITERATIONS.h
index 1bedb2a5..1bedb2a5 100644
--- a/src/threads/TSS_DTOR_ITERATIONS.c
+++ b/src/threads/TSS_DTOR_ITERATIONS.h
diff --git a/src/threads/_enums.c b/src/threads/_enums.h
index a8a16849..a8a16849 100644
--- a/src/threads/_enums.c
+++ b/src/threads/_enums.h
diff --git a/src/threads/cnd_t.c b/src/threads/cnd_t.h
index cb6a93d0..cb6a93d0 100644
--- a/src/threads/cnd_t.c
+++ b/src/threads/cnd_t.h
diff --git a/src/threads/mtx_t.c b/src/threads/mtx_t.h
index a690eb6a..a690eb6a 100644
--- a/src/threads/mtx_t.c
+++ b/src/threads/mtx_t.h
diff --git a/src/threads/thrd_start_t.c b/src/threads/thrd_start_t.h
index c44f1bcb..c44f1bcb 100644
--- a/src/threads/thrd_start_t.c
+++ b/src/threads/thrd_start_t.h
diff --git a/src/threads/thrd_t.c b/src/threads/thrd_t.h
index 9db99925..9db99925 100644
--- a/src/threads/thrd_t.c
+++ b/src/threads/thrd_t.h
diff --git a/src/threads/tss_dtor_t.c b/src/threads/tss_dtor_t.h
index fa2556cb..fa2556cb 100644
--- a/src/threads/tss_dtor_t.c
+++ b/src/threads/tss_dtor_t.h
diff --git a/src/threads/tss_t.c b/src/threads/tss_t.h
index 8efd9a9d..8efd9a9d 100644
--- a/src/threads/tss_t.c
+++ b/src/threads/tss_t.h
diff --git a/src/time/CLK_TCK.c b/src/time/CLK_TCK.h
index 7ce665f5..7ce665f5 100644
--- a/src/time/CLK_TCK.c
+++ b/src/time/CLK_TCK.h
diff --git a/src/time/CLOCK_REALTIME.c b/src/time/CLOCK_REALTIME.h
index fc72f017..fc72f017 100644
--- a/src/time/CLOCK_REALTIME.c
+++ b/src/time/CLOCK_REALTIME.h
diff --git a/src/time/TIMER_ABSTIME.c b/src/time/TIMER_ABSTIME.h
index 1625e95b..1625e95b 100644
--- a/src/time/TIMER_ABSTIME.c
+++ b/src/time/TIMER_ABSTIME.h
diff --git a/src/time/TIME_UTC.c b/src/time/TIME_UTC.h
index f2fd5121..f2fd5121 100644
--- a/src/time/TIME_UTC.c
+++ b/src/time/TIME_UTC.h
diff --git a/src/uchar/char16_t.c b/src/uchar/char16_t.h
index f7b141aa..f7b141aa 100644
--- a/src/uchar/char16_t.c
+++ b/src/uchar/char16_t.h
diff --git a/src/uchar/char32_t.c b/src/uchar/char32_t.h
index 52d7a25e..52d7a25e 100644
--- a/src/uchar/char32_t.c
+++ b/src/uchar/char32_t.h
diff --git a/src/uchar/mbstate_t.ref b/src/uchar/mbstate_t.ref
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/src/uchar/mbstate_t.ref
diff --git a/src/uchar/size_t.ref b/src/uchar/size_t.ref
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/src/uchar/size_t.ref
diff --git a/src/wchar/WCHAR_MAX.c b/src/wchar/WCHAR_MAX.h
index 7fdb4f01..7fdb4f01 100644
--- a/src/wchar/WCHAR_MAX.c
+++ b/src/wchar/WCHAR_MAX.h
diff --git a/src/wchar/WCHAR_MIN.c b/src/wchar/WCHAR_MIN.h
index dbf961db..dbf961db 100644
--- a/src/wchar/WCHAR_MIN.c
+++ b/src/wchar/WCHAR_MIN.h
diff --git a/src/wchar/mbstate_t.c b/src/wchar/mbstate_t.h
index d29ecfa5..d29ecfa5 100644
--- a/src/wchar/mbstate_t.c
+++ b/src/wchar/mbstate_t.h
diff --git a/src/wctype/WEOF.c b/src/wctype/WEOF.h
index 021fed95..021fed95 100644
--- a/src/wctype/WEOF.c
+++ b/src/wctype/WEOF.h
diff --git a/src/wctype/wctrans_t.c b/src/wctype/wctrans_t.h
index f11d5863..f11d5863 100644
--- a/src/wctype/wctrans_t.c
+++ b/src/wctype/wctrans_t.h
diff --git a/src/wctype/wctype_t.c b/src/wctype/wctype_t.h
index f2dbd801..f2dbd801 100644
--- a/src/wctype/wctype_t.c
+++ b/src/wctype/wctype_t.h
diff --git a/src/wctype/wint_t.c b/src/wctype/wint_t.h
index ba069f94..ba069f94 100644
--- a/src/wctype/wint_t.c
+++ b/src/wctype/wint_t.h