Short: Use asyncio.library under PPC (PUP/GCC) Author: cisc@c2i.net (Sigbjørn Skjæret) Uploader: cisc c2i net (Sigbjørn Skjæret) Type: dev/c Replaces: dev/c/AsyncIOPPCdev.lha Requires: dev/c/AsyncIO.lha Architecture: ppc-powerup Fixed structure alignment issues so that everything works smoothly with GCC. ;) Here's my current effort to get asyncio.library working under PPC (PowerUP (Sorry, I don't have a devkit for WarpOS, and don't know how to do this there)) I've now also added ppcinlines (untested, please report back) so it should work with GCC and other compilers that need this special way of inlining functions. Hopefully this will encourage PPC developers to use asyncio.library instead of simply dropping it or writing their own proprietory routines for their projects. Enjoy! ;) - CISC