Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > media > contrib-release-debug > by-pkgid > 3e036fc925224e89dea2b3ba58432ef7 > files > 8

countrycodes-debug-1.0.5-9mdv2011.0.i586.rpm


#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <time.h>
#include <ctype.h>
#include <string.h>
#include <errno.h>

#include "defines.h"

/* note: extern variables are explained where defined, just use grep. */
extern char *progname;

/* Functions Prototypes */

/* common.c */
char *cc_basename( char *name);
void cc_lowercase( char *str);
char *cc_hyp( void);