#include "banner.h"

This page has information from files banner.h and banner.c.

Contents


Public Routines in File banner.c

Index

print_bannerprint_separator

Details


void print_banner(int argc, char **argv,
		  char *name, char *version, char *date,
		  BOOL as_comments);
Print the standard banner.
void print_separator(FILE *fp, char *str, BOOL initial_newline);
Print the standard separator line.

Public Definitions in File banner.h


Introduction