iR58/bk_aidk/projects/lock_lfvx/.svn/pristine/80/80353639b180fc04675002d747cd65e13c64993e.svn-base

17 lines
398 B
Plaintext
Raw Normal View History

2025-05-08 18:01:52 +08:00
#ifndef __COMMON_CLIENT_H__
#define __COMMON_CLIENT_H__
#ifdef __cplusplus
extern "C" {
#endif
int string2hex(char* str,char* hex);
int StringToHex(char *str, unsigned char *out, unsigned int *outlen);
int arrayToStr(unsigned char *buf, unsigned int buflen, char *out);
void hex_to_asciistring(unsigned char* str,int size,unsigned char* str1);
#ifdef __cplusplus
}
#endif
#endif