.NET
turtle.asc
Associated article: Programming With Phar Lap's 286/DOS-Extender
Tags: .NET
_PROGRAMMING WITH PHAR LAP'S 286|DOS-EXTENDER_ by Al Williams [LISTING ONE] /***************************************************************** * XCI.H Header for XCI command interpreter -- Al Williams * *****************************************************************/ #ifndef XCI_HEADER #define XCI_HEADER /* type for command functions */ #define XCICMD void far /* Pointer to command function */ typedef void (...


