LICK
 All Data Structures Files Functions Variables Enumerations Enumerator
Macros | Functions
utils.h File Reference

Functions used in multiple menus. More...

Go to the source code of this file.

Macros

#define INDENT   " "
 

Functions

int has_valuable_info (const char *menu)
 Determines if a file has valuable info. More...
 

Detailed Description

Functions used in multiple menus.

Function Documentation

int has_valuable_info ( const char *  menu)

Determines if a file has valuable info.

Determines if a path to a file has valuable info. In this case, any non-header and non-footer section is considered not-valuable.

Parameters
menuA path to a flag menu file
Returns
1 if the file has valuable info, 0 otherwise