OSDN Git Service

Utils review - numerical read functions
authorViorel Suman <viorel.suman@intel.com>
Fri, 6 Feb 2015 13:47:51 +0000 (15:47 +0200)
committerViorel Suman <viorel.suman@intel.com>
Mon, 9 Feb 2015 14:35:18 +0000 (16:35 +0200)
commit8c85d6351d1de0b83c87fce172dcfc3de5c9aa0a
tree583b061cc177dd8ff09194a969b90bb0c03052b2
parent9ef803ba95144bfc3b9908cee863649dafa52769
Utils review - numerical read functions

All numerical read functions decomposed
into two phases - "read" phase and "convert" phase.
The "read" phase is same for all types, the only
difference is the type specific conversion function.

Change-Id: I6358d593e3804c2a00a0252f0c3bd0e18c67b9b9
Signed-off-by: Viorel Suman <viorel.suman@intel.com>
utils.c