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

  3. #include <fun.h>
    #include <familie.h>
    #define newYear 2024

    main()
    {
    gobalHappy=newYear;
    printf("Lets rock");
    }

    #ansiC #newyear

  4. Does anyone know why the C standards body went with the solution of those weird PRIu64 macros instead of a new format specifier like %j or whatever?

    My google-fu is weak, can’t even locate a copy of the C99 standard that might maybe mention what this is for.

    #ansiC #isoC #programmingLanguages #standards

  5. Ah yes, because we need protective goggles when working on ANSI C .
    .
    .
    .
    DEFINITELY HAVE TO KEEP CHILDREN AWAY FROM ANSI C...
    #c #ansic #c_programming #ansi

  6. I am doing some tests on an embedded system with a very old version of Debian and GCC, I need tips on software that can compile on that system without much nonsense of requiring current versions of GCC or some LIBS, for now I have compiled the latest version of LUA.

    Please boost!
    #linux #lightweight #retrocomputing #embedded #arm #debian #gcc #development #suckless #ansic