C/C++
stevens.lst
Associated article: C Programming
Tags: C/C++
_C PROGRAMMING COLUMN_ by Al Stevens Listing One /* ------------ editor.h ------------- */ #define ALT_Q 144 #define ALT_R 147 /* -------- configured editor commands ---------- */ #define BACKTAB SHIFT_HT #define NEXTWORD CTRL_FWD #define PREVWORD CTRL_BS #define TOPSCREEN CTRL_T #define ...


