添加自研批检仪检测命令
This commit is contained in:
30
elec/mystring.h
Normal file
30
elec/mystring.h
Normal file
@@ -0,0 +1,30 @@
|
||||
|
||||
#ifndef mystring_h__
|
||||
#define mystring_h__
|
||||
|
||||
|
||||
#include "stdint.h"
|
||||
|
||||
|
||||
|
||||
int str_ahextoi(const char *s);
|
||||
|
||||
int str_atoi(const char *s);
|
||||
|
||||
int str_is_print_str(const char *str,int len);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user