libcfe  0.12.1
some useful C-functions
textfunc.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CTRL_C   '\003'
 
#define TEXT_FIELD_LEN   30
 
#define INT_FIELD_LEN   4
 

Functions

void CenterText (int line, char *text)
 
char * checkinput (int c, char *string, int length)
 
char * curs_addparam (WINDOW *win, int line, int length, char *buf)
 
void buildtag (char *buf, id3tag *tag)
 
void display_help (void)
 
void display_genres (int alphagenreindex[], char *typegenre[])
 
unsigned int get_genre (char *genre)
 
void print_header (mp3header *header, off_t filesize)
 
void translate_escapes (char *string)
 
void determine_tasks (char *format_string, int *want_id3, int *scantype, int *fullscan_vbr, int vbr_report)
 
void format_output (char *format_string, mp3info *mp3, int vbr_report)
 

Macro Definition Documentation

◆ CTRL_C

#define CTRL_C   '\003'

Definition at line 26 of file textfunc.h.

◆ INT_FIELD_LEN

#define INT_FIELD_LEN   4

Definition at line 28 of file textfunc.h.

◆ TEXT_FIELD_LEN

#define TEXT_FIELD_LEN   30

Definition at line 27 of file textfunc.h.

Function Documentation

◆ buildtag()

void buildtag ( char *  buf,
id3tag tag 
)

◆ CenterText()

void CenterText ( int  line,
char *  text 
)

◆ checkinput()

char* checkinput ( int  c,
char *  string,
int  length 
)

◆ curs_addparam()

char* curs_addparam ( WINDOW *  win,
int  line,
int  length,
char *  buf 
)

◆ determine_tasks()

void determine_tasks ( char *  format_string,
int *  want_id3,
int *  scantype,
int *  fullscan_vbr,
int  vbr_report 
)

◆ display_genres()

void display_genres ( int  alphagenreindex[],
char *  typegenre[] 
)

◆ display_help()

void display_help ( void  )

◆ format_output()

void format_output ( char *  format_string,
mp3info mp3,
int  vbr_report 
)

◆ get_genre()

unsigned int get_genre ( char *  genre)

◆ print_header()

void print_header ( mp3header header,
off_t  filesize 
)

◆ translate_escapes()

void translate_escapes ( char *  string)