BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
Clibrary.h File Reference

Go to the source code of this file.

Functions

void memcpy (void *s1, const void *s2, int n)
void memset (void *s, const char ch, int n)
unsigned short ntohs (unsigned short s)
unsigned long ntohl (unsigned long l)
unsigned short htons (unsigned short s)
unsigned long htonl (unsigned long l)
void ultostr (char *s, unsigned long data)
unsigned long strtobcd (char *s)
unsigned long strtodec (char *str, int cnt)
int strlen (const char *s)
int strncmp (const char *s1, const char *s2, int maxlen)
int strcmp (const char *s1, const char *s2)
int getyorn (void)
void printf (char *f,...)
void sprintf (char *mem, char *fmt,...)
int GetParameter (char *str, int cnt)

Function Documentation

int GetParameter ( char *  str,
int  cnt 
)
int getyorn ( void  )
unsigned long htonl ( unsigned long  l)
unsigned short htons ( unsigned short  s)
void memcpy ( void *  s1,
const void *  s2,
int  n 
)
void memset ( void *  s,
const char  ch,
int  n 
)
unsigned long ntohl ( unsigned long  l)
unsigned short ntohs ( unsigned short  s)
void printf ( char *  f,
  ... 
)

Definition at line 624 of file uart0.c.

void sprintf ( char *  mem,
char *  fmt,
  ... 
)
int strcmp ( const char *  s1,
const char *  s2 
)
int strlen ( const char *  s)

Definition at line 615 of file uart0.c.

int strncmp ( const char *  s1,
const char *  s2,
int  maxlen 
)
unsigned long strtobcd ( char *  s)
unsigned long strtodec ( char *  str,
int  cnt 
)
void ultostr ( char *  s,
unsigned long  data 
)