17 lines
339 B
C++
17 lines
339 B
C++
//
|
|
// Created by admin on 2019/4/11.
|
|
//
|
|
|
|
#ifndef __DEBUG__
|
|
#define __DEBUG__
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <string>
|
|
#include <iostream>
|
|
|
|
using namespace std;
|
|
int dumpObj(void *dst,int rowNum,int num,bool ifAsii,char *out);
|
|
int PrintDumpObjvoid (void *dst,int rowNum,int num,bool ifAsii);
|
|
|
|
#endif //SHARE_PRT_TEST_DEBUG_H
|