| 123456789101112131415 |
- /******************************************************************************/
- /******************************************************************************/
- class Code // Source Code File
- {
- Str current, base;
- void del();
- bool save(File &f)C;
- bool load(File &f);
- bool load(C Str &name);
- };
- /******************************************************************************/
- /******************************************************************************/
- /******************************************************************************/
|