| 231 | } |
| 232 | |
| 233 | void das_get_root ( char * root, int maxbuf ) { |
| 234 | auto r = getDasRoot(); |
| 235 | strncpy ( root, r.c_str(), maxbuf ); |
| 236 | } |
| 237 | |
| 238 | das_program * das_program_compile ( char * program_file, das_file_access * access, das_text_writer * tout, das_module_group * libgroup ) { |
| 239 | auto program = compileDaScript(program_file, |