|
|
| version 1.4, 2001/03/10 16:34:35 | version 1.9, 2001/03/12 21:54:19 |
|---|---|
| Line 1 | Line 1 |
| /* | /* |
| Parser | Parser |
| Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) | Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) |
| Author: Alexander Petrosyan <paf@design.ru> | Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf) |
| $Id$ | $Id$ |
| */ | */ |
| Line 20 int __vsnprintf(char *, size_t, const ch | Line 20 int __vsnprintf(char *, size_t, const ch |
| int __snprintf(char *, size_t, const char *, ...); | int __snprintf(char *, size_t, const char *, ...); |
| #endif | #endif |
| char *file_read(Pool& pool, char *fname, bool fail_on_read_problem); | char *file_read(Pool& pool, const char *fname, bool fail_on_read_problem=true); |
| char *getrow(char **row_ref,char delim='\n'); | |
| //char *lsplit(char *,char); | |
| char *lsplit(char **string_ref,char delim); | |
| char *rsplit(char *string, char delim); | |
| char *format(Pool& pool, double value, char *fmt); | |
| #endif | #endif |