Startpunkten

This commit is contained in:
2026-03-05 13:45:36 +01:00
commit 5fe658677a
14 changed files with 813 additions and 0 deletions

34
taglab_b.h Normal file
View File

@@ -0,0 +1,34 @@
#ifndef _TAGLAB_B_H_
#define _TAGLAB_B_H_
/*
** Generated by RubusCB 2.1 Jun 16 1999 09:44:36 License Release
**
** File: taglab_b.h
**
** Created: 11:05:24 October 12 1999
**
** File is automatically generated, DO NOT EDIT!
**
*/
#include <basic/bs_basic.h>
#include <blue/b_thread.h>
#include <basic/bs_log.h>
#include "msg.h"
#ifdef COMP_CPLUSPLUS
extern "C" {
#endif
extern blueThreadAttr_t const blueIdle;
extern blueThreadAttr_t const A;
extern blueThreadAttr_t const blueKernel;
#ifdef COMP_CPLUSPLUS
}
#endif
#endif