/*
  Name:
  Lab Section:
  TA:
*/

#include <stdio.h>

int htoi (char *s)
{
  /* your code here */
}

int main ( )
{
  /* your test hex values -> int here */
}
