|
|
Microsoft OS/2 SDK 03-01-1988
/*
* dynlink1.c
*
* Created by Microsoft Corp. 1987
*
* Uses a dynalink library after linking to it at load time. Shared and
* non-shared values are periodically written to the screen.
*
*/
#define INCL_DOSPROCESS
#include <os2def.h>
#include <bsedos.h> /* calling conventions */
#include "dynlib.h" /* calling conventions */
void
main()
{
while(1)
{
PRINTDATA(); /* display shared and non-shared data */
DosSleep(100L); /* yield the processor */
}
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.