generallib/general/inc/debug.h

17 lines
342 B
C
Raw Normal View History

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>
#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