字符串头文件不能叫String.h,否则跟gcc内部的string.h冲突,倒置无法包含
This commit is contained in:
parent
2f5a95ca83
commit
8cf3a1e7d9
|
@ -5,7 +5,7 @@
|
|||
#include <math.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "String.h"
|
||||
#include "SString.h"
|
||||
|
||||
char* utohex(uint value, byte size, char* string, bool upper);
|
||||
extern char* itoa(int value, char* string, int radix);
|
||||
|
|
Loading…
Reference in New Issue