Startpunkten
This commit is contained in:
36
taglab_c.c
Normal file
36
taglab_c.c
Normal file
@@ -0,0 +1,36 @@
|
||||
/*
|
||||
** Generated by RubusCB 2.1 Jun 16 1999 09:44:36 License Release
|
||||
**
|
||||
** File: taglab_c.c
|
||||
**
|
||||
** Created: 11:05:24 October 12 1999
|
||||
**
|
||||
** File is automatically generated, DO NOT EDIT!
|
||||
**
|
||||
*/
|
||||
|
||||
#include <basic/bs_basic.h>
|
||||
#include <red/r_thread.h>
|
||||
#include <red/r_cfg.h>
|
||||
#include <string.h>
|
||||
#include "taglab_r.h"
|
||||
|
||||
|
||||
#include "msg.h"
|
||||
|
||||
extern void redSchedule_9990(void);
|
||||
void redSchedule_0(void)
|
||||
|
||||
{
|
||||
redEnterSchedule();
|
||||
redNext(redSchedule_9990,9990);
|
||||
}
|
||||
|
||||
extern void redSchedule_0(void);
|
||||
void redSchedule_9990(void)
|
||||
|
||||
{
|
||||
redNext(redSchedule_0,10000);
|
||||
redExecute(&Dummy_1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user