As extract(), but threads an ObjectScript macro table through. */
| 83 | |
| 84 | /* As extract(), but threads an ObjectScript macro table through. */ |
| 85 | static CBMFileResult *extract_with_macros(const char *src, CBMLanguage lang, const char *proj, |
| 86 | const char *path, const CBMMacroTable *mt) { |
| 87 | CBMFileResult *r = |
| 88 | cbm_extract_file_ex(src, (int)strlen(src), lang, proj, path, 0, NULL, NULL, mt, NULL); |
| 89 | return r; |
| 90 | } |
| 91 | |
| 92 | /* ═══════════════════════════════════════════════════════════════════ |
| 93 | * Group A: OOP Languages |
no test coverage detected