Description: #include <stdlib.h>
#include <string.h>
#include <stdio.h>
//#include <iostream>
#include "debugmalloc.h"
#include "dmhelper.h"
/*Define the macro*/
#define ALIGN 8
#define FENCE 0xDEADBEEF
#define HEADERSIZE sizeof(struct header)
#define FOOTERSIZE sizeof(struct footer)
- [TSdecode] - Ts encode written in C++ using Visual St
- [getopt] - #ifdef HAVE_CONFIG_H #include config.h
File list (Check if you may need any files):
debugmalloc.c
debugmalloc.h