stdinc.h@51b1ba3776b1
    stdinc.h
    Fri, 16 Sep 2011 09:59:20 +0200
    
        - author
- Mike Becker <universe@uap-core.de>
- date
- Fri, 16 Sep 2011 09:59:20 +0200
- changeset 13
- 51b1ba3776b1
- parent 10
- 
ecf787666f44
- child 20
- 
43725438ac50
- permissions
- -rw-r--r--
changed makefile to auto-include any source file
    
        
/*
 * stdinc.h
 *
 *  Created on: 15.09.2011
 *      Author: beckermi
 */
#ifndef STDINC_H_
#define STDINC_H_
#include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include <stdlib.h>
#include <dirent.h>
#endif /* STDINC_H_ */