|
|
Microsoft OS/2 SDK PM 02-24-1989
/*
circleq.h -- Circular Queue module entry points
Created by Microsoft Corporation, 1989
*/
/*
Remember to include global.h first
*/
/*
Define queue specifications
*/
#define QUEUESIZE 150
/*
Define queue element type -- in global.h
*/
/*
Queue manipulation macros and functions
*/
void QueInit(void);
void QueAdvance(int n);
Line QueQuery(int LineNum);
BOOL QueInsertLine(Line pli);
BOOL QueCompleteLine(void);
int QueUpdateHead(int nRows, BOOL bPage, BOOL bPaging);
Line QueLastLine(void);
int QuePageUp(int nRows);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.