--- parser3/src/include/pa_common.h 2001/02/20 18:45:51 1.2 +++ parser3/src/include/pa_common.h 2001/03/12 13:13:20 1.7 @@ -1,5 +1,9 @@ /* - $Id: pa_common.h,v 1.2 2001/02/20 18:45:51 paf Exp $ + Parser + Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) + Author: Alexander Petrosyan (http://design.ru/paf) + + $Id: pa_common.h,v 1.7 2001/03/12 13:13:20 paf Exp $ */ #ifndef PA_COMMON_H @@ -16,6 +20,9 @@ int __vsnprintf(char *, size_t, const ch int __snprintf(char *, size_t, const char *, ...); #endif -char *file_read(Pool& pool, char *fname); +char *file_read(Pool& pool, const char *fname, bool fail_on_read_problem); +char *getrow(char **row_ref,char delim='\n'); +//char *lsplit(char *,char); +char *lsplit(char **string_ref,char delim); #endif