C/C++
berens.lst
Associated article: C Procedure Tables
Tags: C/C++
_C PROCEDURE TABLES_
by Tim Berens
[LISTING ONE]
/****************************************************************************
Name : prompter.c
Description : A routine for prompting a user for a series of answers.
****************************************************************************/
#include<stdio.h>
#include"prompter.h"
struct group_stack group_stack[GROUP_STACK_...


