vsscanf in Redlib

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

vsscanf in Redlib

173 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by micronpn on Mon May 19 12:21:37 MST 2014
Seems that vsscanf() is not implemented in Redlib also if there is its prototype in stdio.h
Is it right or is there any issue related to vsscanf "undefined reference to 'vsscanf' " error building a project in LpcXpresso?
0 Kudos
1 Reply

161 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Tue May 20 00:30:36 MST 2014
You are correct, vsscanf() is not available in Redlib. It looks like the stdio header file has got ahead of the codebase with regards to the addition of this C99 function. We'll investigate fixing this for a future release.

Regards,
LPCXpresso Support
0 Kudos