File: tools.c

package info (click to toggle)
vdr-plugin-streamdev 0.6.1%2Bgit20170911-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,244 kB
  • sloc: ansic: 16,280; sh: 237; makefile: 178
file content (12 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
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;
}