stdinc.h

Tue, 02 Oct 2012 10:49:25 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 02 Oct 2012 10:49:25 +0200
changeset 33
1a2d7298bc82
parent 20
43725438ac50
permissions
-rw-r--r--

added multi-directory support

fixed parser bug in directory parser locking argument number 1024

fixed freed memory access on settings structure

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