explain_error
Explains Borland Turbo C error messages in plain English, providing the cause and fix for compiler, linker, or runtime issues.
Instructions
Look up a Turbo C / Borland compiler, linker, or runtime message and get a plain-English cause + concrete fix. Feed it the raw error text (e.g. "Undefined symbol 'x' in function main").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The compiler/linker/runtime message to explain. |