#include "conv.h"Go to the source code of this file.
Functions | |
| short | char2num (char inp) |
| int | _memcmp (char *cs, char *ct, int count) |
| unsigned char * | _strstr (unsigned char *s1, unsigned char *s2) |
| int | iContNum (unsigned char *uchPulse, unsigned char *uchPattern) |
| int | strlen (char *s) |
| int | _strlen (char *s) |
| char * | strcat (char *str1, char *str2) |
| char * | int2string (int val) |
| char * | itoa_16 (int val) |
| short | strcmp (char *str1, char *str2) |
| int _memcmp | ( | char * | cs, | |
| char * | ct, | |||
| int | count | |||
| ) |
| int _strlen | ( | char * | s | ) |
| unsigned char* _strstr | ( | unsigned char * | s1, | |
| unsigned char * | s2 | |||
| ) |
Definition at line 41 of file conv.c.
References _memcmp(), itoa_16(), NULL, strlen(), and UARTWriteStr().
Referenced by iContNum().
| short char2num | ( | char | inp | ) |
| int iContNum | ( | unsigned char * | uchPulse, | |
| unsigned char * | uchPattern | |||
| ) |
| char* itoa_16 | ( | int | val | ) |
Definition at line 163 of file conv.c.
Referenced by _strstr(), ADC_int(), GetTimeRTC(), I2CTranserByte(), iContNum(), and ReadOnI2C().
| char* strcat | ( | char * | str1, | |
| char * | str2 | |||
| ) |
| short strcmp | ( | char * | str1, | |
| char * | str2 | |||
| ) |
| int strlen | ( | char * | s | ) |
Definition at line 104 of file conv.c.
References printf().
Referenced by _strstr(), computeIndex(), report_results(), search(), SetSignal(), strcat(), and strcmp().
1.4.7