LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

hey !, iam trying to convert a ascii char to decimal number in CVI , i tried using the atoi function but the prototype is missing what can i do ?

hey !, iam trying to convert a ascii char to decimal number in CVI , i tried using the atoi function but the prototype is missing what can i do ?
0 Kudos
Message 1 of 2
(3,134 Views)
atoi is in stdlib.h.

#include

or

#include

--
Martin
--
Martin
Certified CVI Developer
0 Kudos
Message 2 of 2
(3,134 Views)