Main Page | Data Structures | Directories | File List | Globals

mqfile.h File Reference

a file that includes the definitions for file pointer More...

Go to the source code of this file.

Defines

#define UNDERSCORE   "_"
#define COMMENT_CHAR   '#'
#define HEADER_CHAR   '>'
#define MAX_LINE_LENGTH   1000
#define FOR_EACH_LINE(fp)   while(fgets(FILE_LINE, MAX_LINE_LENGTH, (fp)) != NULL)

Functions

int MQFile_isLineComment (char *line)
int MQFile_isLineHeader (char *line)
int MQFile_isLineEmpty (char *line)
int MQFile_countNoEmptyNoCommentLines (FILE *fp)
char * MQFile_loadAsString (char *filename)
void MQFile_fwrite (FILE *out, char *szMSARFilename)
int checkln (char *line)
int checkcommln (char *line)
int checkheaderln (char *line)
void chomp (char *string)
int isLineEmpty (char *line)

Variables

char FILE_LINE [MAX_LINE_LENGTH]


Detailed Description

a file that includes the definitions for file pointer

Author:
Kyriacos C. Leptos
Date:
2005-04-11
Details.
Generated on Tue Feb 7 03:25:43 2006 for libmqbasic by  doxygen 1.4.4