Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/prelude/extras.c

    r34737de 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.