Go to the source code of this file.
Defines | |
| #define | NULL 0 |
Functions | |
| int | memcmp (unsigned char *cs, unsigned char *ct, short count) |
| char * | strstr (unsigned char *s1, unsigned char *s2) |
| int | iContNum (unsigned char *chPulse, unsigned char *chPattern) |
| char * | int2string (int) |
| char * | itoa_16 (int) |
| int | strlen (char *) |
| char * | strcat (char *, char *) |
| short | strcmp (char *, char *) |
| short | char2num (char) |
| #define NULL 0 |
Definition at line 28 of file conv.h.
Referenced by _strstr(), iContNum(), main(), RamtronWriteString(), and SetSignal().
| short char2num | ( | char | ) |
| int iContNum | ( | unsigned char * | chPulse, | |
| unsigned char * | chPattern | |||
| ) |
| char* itoa_16 | ( | int | ) |
Definition at line 163 of file conv.c.
Referenced by _strstr(), ADC_int(), GetTimeRTC(), I2CTranserByte(), iContNum(), and ReadOnI2C().
| int memcmp | ( | unsigned char * | cs, | |
| unsigned char * | ct, | |||
| short | count | |||
| ) |
| short strcmp | ( | char * | , | |
| char * | ||||
| ) |
| int strlen | ( | char * | ) |
Definition at line 104 of file conv.c.
References printf().
Referenced by _strstr(), computeIndex(), report_results(), search(), SetSignal(), strcat(), and strcmp().
| char* strstr | ( | unsigned char * | s1, | |
| unsigned char * | s2 | |||
| ) |
1.4.7