Category : C Source Code
Archive   : RMXTK1.ZIP
Filename : TEST3.C

 
Output of file : TEST3.C contained in archive : RMXTK1.ZIP
/*****************************************************************************
* test3.c *
*****************************************************************************
* DESCRIPTION: Verification routine for the RMAXTask multitasking system. *
* *
* Simple check of timed delays. *
* *
* REVISIONS: 3 JUL 90 - RAC - Original code *
*****************************************************************************/

#include
#include
#include "\rmaxtask\source\rmaxtask.h"

int break_handler() {
stop_RMAXTask(); /* Do 'about to die' cleanup */
printf("\nCtrl-Break pressed. Program terminated.\n");
return 0; /* This will abort program */
} /* End break_handler() */

void tt() {
for (;;) {
suspend(18);
printf("TICK ");
suspend(18);
printf("TOCK ");
}
}

void main() {

int i; /* Generic temp */

start_RMAXTask();
ctrlbrk(break_handler); /* Establish break handler */
create_task("tt", tt, STANDARD_PRIORITY, STANDARD_STACK);
for (i=1; i<=8; i++) {
printf("\nSuspending for %d seconds ", i);
suspend(18 * i);
}
stop_RMAXTask(); /* a key is pressed */
printf("\nDone with main task.\n");
}


  3 Responses to “Category : C Source Code
Archive   : RMXTK1.ZIP
Filename : TEST3.C

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/