ButterflyMP3

utils.c File Reference

Butterfly MP3 utility routines. More...

#include "main.h"
#include "types.h"
Include dependency graph for utils.c:

Go to the source code of this file.

Functions

uint16 strLen (uint8 *str)
void strCatChar (uint8 *str, uint8 byte)

Detailed Description

Butterfly MP3 utility routines.

Author:
RA Sewell
  Target(s)...: ATmega169
  Compiler....: AVR-GCC 3.3.1; avr-libc 1.0
  Revisions...: 1.0

YYYYMMDD - VER. - COMMENT - SIGN. 20060304 - 1.0 - Created - KS

 
Id:
utils.c,v 1.3 2007/06/04 15:12:17 brokentoaster Exp

Definition in file utils.c.


Function Documentation

void strCatChar ( uint8 str,
uint8  byte 
)

Definition at line 50 of file utils.c.

References strLen().

Here is the call graph for this function:

uint16 strLen ( uint8 str)

Definition at line 34 of file utils.c.

Referenced by cue_file(), FAT_readFile(), and strCatChar().

 All Files Functions Variables Typedefs Enumerations Enumerator Defines