[CRT] Move rand_s into it's own file

This commit is contained in:
Timo Kreuzer 2024-04-15 20:44:14 +03:00
parent 0ea48e79fc
commit f319538d98
4 changed files with 72 additions and 45 deletions

View file

@ -29,6 +29,7 @@ list(APPEND CRT_STDLIB_SOURCE
stdlib/obsol.c
stdlib/putenv.c
stdlib/rand.c
stdlib/rand_s.c
stdlib/rot.c
stdlib/senv.c
stdlib/swab.c