Strict mode is ceonsequntely paid attention no.
FossilOrigin-Name: 14cb543cc584b8895a1bbd4ab8ed4519030e8d27e4a17b13f4e0709992aa8cee
This commit is contained in:
@ -53,7 +53,11 @@ extern int cw_format_hex_bytes(char *dst, const char *format, const char *delim,
|
||||
*/
|
||||
#define cw_format_hex cw_format_hexl
|
||||
|
||||
|
||||
/**
|
||||
* Format MAC Address.
|
||||
*/
|
||||
#define cw_format_mac(dst,src,len)\
|
||||
cw_format_hex_bytes(dst,"%02x",":",src,len)
|
||||
|
||||
/*#define cw_format_hdr_flags(s,th) \
|
||||
sprintf(s,"(T=%d,F=%d,L=%d,W=%d,M=%d,K=%d)",\
|
||||
|
Reference in New Issue
Block a user