]> sigrok.org Git - libsigrok.git/commit - strutil.c
strutil: Add helper functions: string to number.
authorpoljar (Damir Jelić) <redacted>
Fri, 1 Nov 2013 17:40:06 +0000 (18:40 +0100)
committerUwe Hermann <redacted>
Tue, 3 Dec 2013 14:10:00 +0000 (15:10 +0100)
commit9e4f8cf93b465fb34b35b083935f45ba5427045e
treef75537cf7cd5f1d3af00419800ac08e4f2b07da7
parent3ba7b61ab23ff61f112206601b8a57a5c5545ae3
strutil: Add helper functions: string to number.

This patch adds helper functions for converting a string to different number
formats (double, long, float, int).

These functions are exposed in the public API.
proto.h
strutil.c