TurboC is a linkable library and a set of C header files that make it easier to port C code originally written for Borland's MS-DOS based Turbo C compiler to GNUgcc -- and therefore to a wide variety of *nix computer platforms. Generally speaking, it is the following:
- An implementation via ncurses of conio.h from Turbo C.
- An implementation via Xlib of graphics.h from Turbo C.
- A few other functions and time-saving features thrown in for convenience.
- A means of overcoming the integer datatype discrepancies between Turbo C and GNU gcc.
No comments:
Post a Comment