2019-12-21 10:50:15 +00:00
|
|
|
//
|
|
|
|
// Created by admin on 2019/4/11.
|
|
|
|
//
|
|
|
|
|
|
|
|
#ifndef __DEBUG__
|
|
|
|
#define __DEBUG__
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <string>
|
2020-08-29 15:30:19 +00:00
|
|
|
#include <iostream>
|
2019-12-21 10:50:15 +00:00
|
|
|
|
|
|
|
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
|