firestring_hextoi
firestring_hextoi
Section: C Library Functions (3) Updated: 2002-09-21 Local index
Up
NAME
firestring_hextoi -
return a numerical value for a 2 digit hex string
SYNOPSIS
#include <firestring.h>
-lfirestring
int firestring_hextoi(char *input)
DESCRIPTION
firestring_hextoi takes a string
s
with the first two characters as hex digits and converts
the value to a integer.
RETURN VALUE
Returns the hex value between 0 and 255 (inclusive), or -1
if the first two characters of
s
are not valid hex digits.
AUTHOR
Ian Gulliver <ian@penguinhosting.net>
SEE ALSO
libfirestring(3)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUE
-
- AUTHOR
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 21:46:12 GMT, April 16, 2011