GLYLIB
0.3.0b
|
generic header file that loads utilities often needed by programmers More...
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
#include <ctype.h>
#include <errno.h>
#include <math.h>
#include <time.h>
#include <malloc.h>
#include <general.h>
Go to the source code of this file.
Defines | |
#define | _GNU_SOURCE |
generic header file that loads utilities often needed by programmers
The header files included here are basic C library headers (such as string.h). The other entries are declarations of functions that are expected to be commonly used by programmers using the library. For example, functions for opening files and writing error messages are declared in this file.
Definition in file mylib.h.