[CRT] Move _invalid_parameter into its own file

As the author of the code, I changed to license to MIT.
This commit is contained in:
Timo Kreuzer 2024-04-14 20:00:40 +03:00
parent 43beb913da
commit 0ea48e79fc
3 changed files with 53 additions and 37 deletions

View file

@ -11,6 +11,7 @@ list(APPEND LIBCNTPR_STDLIB_SOURCE
list(APPEND CRT_STDLIB_SOURCE
${COMMON_STDLIB_SOURCE}
stdlib/_exit.c
stdlib/_invalid_parameter.c
stdlib/_set_abort_behavior.c
stdlib/abort.c
stdlib/atexit.c