stdinc.h

Thu, 26 Jan 2012 15:55:52 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 26 Jan 2012 15:55:52 +0100
changeset 27
95a958e3de88
parent 20
43725438ac50
permissions
-rw-r--r--

added regexp_parser struct and compile function

/*
 * 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