stdinc.h

Thu, 01 Dec 2011 17:04:30 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 01 Dec 2011 17:04:30 +0100
changeset 25
802c5382f499
parent 20
43725438ac50
permissions
-rw-r--r--

Added line buffer (and warning message - there is no regexp parser, though)

/*
 * stdinc.h
 *
 *  Created on: 15.09.2011
 *      Author: Mike
 */

#ifndef STDINC_H_
#define STDINC_H_

#include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include <stdlib.h>
#include <dirent.h>

#endif /* STDINC_H_ */

mercurial