include.h

Mon, 23 May 2011 16:54:56 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 23 May 2011 16:54:56 +0200
changeset 2
29ac790c27ad
parent 1
34a5e235d16e
permissions
-rw-r--r--

removed binary files from repository and added hgignore

#ifndef INCLUDE_H
#define INCLUDE_H

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

#endif /* INCLUDE_H */

mercurial