ButterflyMP3

utils.h

Go to the documentation of this file.
00001 
00037 #ifndef UTILS_H
00038 #define UTILS_H
00039 
00040 #include "main.h"
00041 #include "types.h"
00042 
00043 uint16 strLen(uint8 *str);
00044 void strCatChar(uint8 *str, uint8 byte);
00045 
00046 #endif // UTILS_H
00047 
 All Files Functions Variables Typedefs Enumerations Enumerator Defines