diff options
author | zwer <zwer@1f4bef6d-8e0a-0410-8695-e467da8aaccf> | 2006-01-24 13:13:39 +0000 |
---|---|---|
committer | zwer <zwer@1f4bef6d-8e0a-0410-8695-e467da8aaccf> | 2006-01-24 13:13:39 +0000 |
commit | 0d14897dfb0fe4310ccb2bb51a5960a03d5a5bc6 (patch) | |
tree | 7b65667843ea5db07766d23688f045d20140361c /tools/tools.c | |
parent | e1dadf2dbdd2bcf65517310498ded03c821e463e (diff) | |
download | vdr-plugin-ffnetdev-0d14897dfb0fe4310ccb2bb51a5960a03d5a5bc6.tar.gz vdr-plugin-ffnetdev-0d14897dfb0fe4310ccb2bb51a5960a03d5a5bc6.tar.bz2 |
Im Projektarchiv verschoben
git-svn-id: svn://svn.berlios.de/ffnetdev/trunk@5 1f4bef6d-8e0a-0410-8695-e467da8aaccf
Diffstat (limited to 'tools/tools.c')
-rw-r--r-- | tools/tools.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/tools.c b/tools/tools.c new file mode 100644 index 0000000..fa813fa --- /dev/null +++ b/tools/tools.c @@ -0,0 +1,12 @@ +#include "tools/tools.h" + +#include <sys/time.h> +#include <time.h> +#include <sys/types.h> +#include <unistd.h> +#include <stdarg.h> + +void *operator new(size_t nSize, void *p) throw () { + return p; +} + |