{
    "content": [
        {
            "type": "text",
            "text": "# c89-gcc (man)\n\n## NAME\n\nc89 - ANSI (1989) C compiler\n\n## SYNOPSIS\n\nc89 [-pedantic] [-pedantic-errors] [-DANSISOURCE] options ...\n\n## DESCRIPTION\n\nCalls  the C compiler (cc) with the given options , using a C language environment compatible\nwith the -ansiC specification.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SEE ALSO**\n- **HISTORY**\n- **BUGS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "c89-gcc",
        "section": "",
        "mode": "man",
        "summary": "c89 - ANSI (1989) C compiler",
        "synopsis": "c89 [-pedantic] [-pedantic-errors] [-DANSISOURCE] options ...",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "cc",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/cc/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "HISTORY",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "c89 - ANSI (1989) C compiler\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "c89 [-pedantic] [-pedantic-errors] [-DANSISOURCE] options ...\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Calls  the C compiler (cc) with the given options , using a C language environment compatible\nwith the -ansiC specification.\n\nThis includes proper handling of trigraphs, disabling non-ANSI compiler features (such as asm\n,  inline  , typeof , and the $ character in identifiers), and definition of the preprocessor\nsymbol STRICTANSI .\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "cc(1) for a description of all options.\n",
                "subsections": []
            },
            "HISTORY": {
                "content": "Appeared in NetBSD 1.4 .\n",
                "subsections": []
            },
            "BUGS": {
                "content": "Since c89 is a shell wrapper script to cc , compile errors are prefixed by \"cc:\".\n\n\n\nC89(1)",
                "subsections": []
            }
        }
    }
}