GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
firestring_hextoi(3) FreeBSD Library Functions Manual firestring_hextoi(3)

firestring_hextoi - return a numerical value for a 2 digit hex string

#include <firestring.h>
-lfirestring

int firestring_hextoi(char *input)

firestring_hextoi takes a string s with the first two characters as hex digits and converts the value to a integer.

Returns the hex value between 0 and 255 (inclusive), or -1 if the first two characters of s are not valid hex digits.

Ian Gulliver <ian@penguinhosting.net>

libfirestring(3)
2002-09-21

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.