File:  [parser3project] / parser3 / src / include / pa_common.h
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Tue Feb 20 18:45:51 2001 UTC (25 years, 4 months ago) by paf
Branches: MAIN
CVS tags: HEAD
bison[yacc] first time compiled.
execute=dump for now

/*
  $Id: pa_common.h,v 1.2 2001/02/20 18:45:51 paf Exp $
*/

#ifndef PA_COMMON_H
#define PA_COMMON_H

#include <stdarg.h>
#include "pa_pool.h"

#ifdef WIN32
#define vsnprintf __vsnprintf 
#define snprintf __snprintf

int __vsnprintf(char *, size_t, const char *, va_list);
int __snprintf(char *, size_t, const char *, ...);
#endif

char *file_read(Pool& pool, char *fname);

#endif

E-mail: