source: libcfa/prelude/extras.c@ 10a9479d

Last change on this file since 10a9479d was 5cfb8b1, checked in by Peter A. Buhr <pabuhr@…>, 2 years ago

add getenv, strlen, strcmp, strncmp to extras

  • Property mode set to 100644
File size: 375 bytes
RevLine 
[34737de]1#include <stddef.h> // size_t, ptrdiff_t, intptr_t, uintptr_t
[201aeb9]2#include <stdint.h> // intX_t, uintX_t, where X is 8, 16, 32, 64
[7aa257ae]3#include <uchar.h> // char16_t, char32_t
4#include <wchar.h> // wchar_t
[5cfb8b1]5#include <stdlib.h> // malloc, free, getenv, exit, atexit, abort, printf
[7aa257ae]6#include <stdio.h> // printf
[5cfb8b1]7#include <string.h> // strlen, strcmp, strncmp
Note: See TracBrowser for help on using the repository browser.