// The minimal set of string functions necessary when building the nRF 802.15.4 radio driver.
//
// NOTE:
// User is responsible for providing the implementation of these functions at runtime.
// One option is to just depend on the `tinyrlibc` crate as in e.g. `use tinyrlibc as _;`
typedef unsigned size_t;
void* ;
void* ;
void* ;
int ;
// __STRING_H__