#include <string.h>
#include <stdio.h>
#include <ctype.h>
#include "misc.h"
#include <math.h>
Include dependency graph for misc.cpp:
Functions | |
int | hex2int (char c) |
converts a single hex character to an int | |
int | convertHex (char *s) |
void | removeN (char *s) |
bool | atob (char *s) |
bool | isvowel (char s) |
Global file for misc function that really shouldn't go into any one class
Stripe Snoop is licensed under the GPL. See COPYING for more info
Copyright (C) 2005 Acidus, Most Significant Bit Labs
|
|
|
|
Here is the call graph for this function:
|
converts a single hex character to an int
|
|
|
|
|