Inital commit
FossilOrigin-Name: daa4bc12d9830f63b1217a60dcd0bfa4f7710e86d6f79164e49b8489daa1c330
This commit is contained in:
7
src/capwap/bstr.h
Normal file
7
src/capwap/bstr.h
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
extern uint8_t * bstr_create(uint8_t *data, uint8_t len);
|
||||
|
||||
#define bstr_len(s) (*s)
|
Reference in New Issue
Block a user