{
    "content": [
        {
            "type": "text",
            "text": "# c89-gcc(1) (man)\n\n**Summary:** c89 - ANSI (1989) C compiler\n\n**Synopsis:** c89 [-pedantic] [-pedantic-errors] [-DANSISOURCE] options ...\n\n## See Also\n\n- cc(1)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (7 lines)\n- **SEE ALSO** (2 lines)\n- **HISTORY** (2 lines)\n- **BUGS** (5 lines)\n\n## Full Content\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\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\n### SEE ALSO\n\ncc(1) for a description of all options.\n\n### HISTORY\n\nAppeared in NetBSD 1.4 .\n\n### BUGS\n\nSince c89 is a shell wrapper script to cc , compile errors are prefixed by \"cc:\".\n\n\n\nC89(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "c89-gcc",
        "section": "1",
        "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": []
            }
        ]
    }
}