Convenience extract wrapper. */
| 107 | |
| 108 | /* Convenience extract wrapper. */ |
| 109 | static CBMFileResult *do_extract(const char *src, CBMLanguage lang, |
| 110 | const char *path) { |
| 111 | return cbm_extract_file(src, (int)strlen(src), lang, "testproj", path, |
| 112 | 0, NULL, NULL); |
| 113 | } |
| 114 | |
| 115 | /* |
| 116 | * Table-driven case struct. |
no test coverage detected