#include <string.h>
#include <stdlib.h>
#include "../version.h"
#include "sexpress.hpp"
#include "iexcept.hpp"
#include <stdio.h>
#include "sstring.hpp"
Include dependency graph for sexpress.cpp:

Go to the source code of this file.
Functions | |
| SReference & | GetSingleCharExpression (int ch) |
Variables | |
| char * | the_intelib_title |
| InteLib product name and version. | |
| char * | the_intelib_copyright |
| InteLib copyright notice. | |
| int | the_intelib_numberic_version = 610 |
| An integer identifying the InteLib version. | |
| SReference * | PTheEmptyList = &STheEmptyListLabelRef |
| Empty List. | |
|
|
Definition at line 284 of file sexpress.cpp. |
|
|
Initial value:
"I n t e L i b library version " "0.6.10 development"
Definition at line 36 of file sexpress.cpp. |
|
|
Initial value:
"Copyright (c) Andrey V. Stolyarov <crocodil_AT_croco.net> 1999 - 2007. "
"This is free software. You may copy and distribute it as well as any "
"software developed using it under the terms and conditions of the "
"GNU General Public License, version 2. "
"The files which the library consist of are also available under the "
"terms and conditions of GNI Lesser General Public License, vers. 2.1. "
"See the file COPYING for details. "
" !!! WARNING: There's NO WARRANTY of any kind !!!"
Definition at line 39 of file sexpress.cpp. |
|
|
An integer identifying the InteLib version.
Definition at line 49 of file sexpress.cpp. |
|
1.4.1