C/C++
stevens.lst
Associated article: C PROGRAMMING
Tags: Database C/C++
_C PROGRAMMING COLUMN_ by Al Stevens Listing One /* ------------ help.h -------------- */ void load_help(char *); void display_help(void); extern char *help_window; #define set_help(s) help_window=s Listing Two /* --------- help.c ----------- */ #include <stdio....


