]> gitweb @ CieloNegro.org - daemon.git/blob - flopen.h
I had to copy malloc.c from the gnulib. Why...?
[daemon.git] / flopen.h
1 #ifndef FLOPEN_H_INCLUDED
2 #define FLOPEN_H_INCLUDED
3
4 int flopen(const char *path, int flags, ...);
5
6 #endif