Changeset deda7e6 for libcfa/prelude/extras.c
- Timestamp:
- Sep 21, 2023, 10:15:58 PM (2 years ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- 62c6cfa
- Parents:
- c1e66d9 (diff), 5a1ae14 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
libcfa/prelude/extras.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/prelude/extras.c
rc1e66d9 rdeda7e6 3 3 #include <uchar.h> // char16_t, char32_t 4 4 #include <wchar.h> // wchar_t 5 #include <stdlib.h> // malloc, free, exit, atexit, abort5 #include <stdlib.h> // malloc, free, getenv, exit, atexit, abort, printf 6 6 #include <stdio.h> // printf 7 #include <string.h> // strlen, strcmp, strncmp
Note:
See TracChangeset
for help on using the changeset viewer.