Ignore:
Timestamp:
Sep 9, 2023, 1:54:55 PM (3 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
ba068c0, c58ead7
Parents:
553f032f
Message:

add getenv, strlen, strcmp, strncmp to extras

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/prelude/extras.c

    r553f032f r5cfb8b1  
    33#include <uchar.h>                                      // char16_t, char32_t
    44#include <wchar.h>                                      // wchar_t
    5 #include <stdlib.h>                                     // malloc, free, exit, atexit, abort
     5#include <stdlib.h>                                     // malloc, free, getenv, exit, atexit, abort, printf
    66#include <stdio.h>                                      // printf
     7#include <string.h>                                     // strlen, strcmp, strncmp
Note: See TracChangeset for help on using the changeset viewer.