digidotcom / xbee_ansic_library

A collection of portable ANSI C code for communicating with Digi International's XBee wireless radio modules in API mode.
204 stars 116 forks source link

Fix implicit declaration of function strtoul #16

Closed adfelippe closed 6 years ago

adfelippe commented 6 years ago

Fix implicit declaration of function strtoul during compilation of samples by adding stdlib.h to the transparent_client.c source.