home.social

#ansic — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ansic, aggregated by home.social.

  1. @mainframed767 @smallsco Apple’s default/standard compiler for A/UX is K&R only, so it will compile only old/specially prepared C sources.

    Then, there’s the “extra” ANSI compiler from Apple. archive.3rz.de/Mac/a-ux/A-UX%2 that I archived from original CDs. It’s more capable and was part of the SDK for A/UX 3.

    Or you could use gcc.

    #ansic #m68k #aux

  2. New video: Let's Code MS DOS 0x31: ANSI C Data Types

    The C programming language has only few builtin data types. But for a beginner those can be a bit confusing. So we will have a look at what data types are offered, and what kind of new datatypes you can build with C.

    youtu.be/e200YdGUTDI
    #letscode #msdos #ansic #retrocomputing