projekty/Source/example1/src/conv.c File Reference

#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)


Function Documentation

int _memcmp ( char *  cs,
char *  ct,
int  count 
)

Definition at line 31 of file conv.c.

Referenced by _strstr().

int _strlen ( char *  s  ) 

Definition at line 121 of file conv.c.

Referenced by iContNum().

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  ) 

Definition at line 27 of file conv.c.

Referenced by SetSignal().

int iContNum ( unsigned char *  uchPulse,
unsigned char *  uchPattern 
)

Definition at line 69 of file conv.c.

References _strlen(), _strstr(), itoa_16(), NULL, and UARTWriteStr().

char* int2string ( int  val  ) 

Definition at line 148 of file conv.c.

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 
)

Definition at line 130 of file conv.c.

References strlen().

short strcmp ( char *  str1,
char *  str2 
)

Definition at line 179 of file conv.c.

References printf(), and strlen().

Referenced by main(), and SetSignal().

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().


Generated on Fri Sep 21 13:41:55 2007 for example1 by  doxygen 1.4.7