source: buchla-68k/ram/dbentr.x@ 6aa430b

Last change on this file since 6aa430b was 6aa430b, checked in by Thomas Lopatic <thomas@…>, 7 years ago

More accurate headers.

  • Property mode set to 100644
File size: 743 bytes
Line 
1#pragma once
2
3#include "stdint.h"
4
5/*
6 =============================================================================
7 dbentr.c -- global variables
8 =============================================================================
9*/
10
11extern int16_t DB_Flag;
12extern int16_t DB_In;
13extern int8_t *DB_Last;
14extern int32_t DB_Levl;
15extern int16_t DB_Out;
16extern int8_t *DB_Type[];
17
18/*
19 =============================================================================
20 dbentr.c -- global functions
21 =============================================================================
22*/
23
24extern void DB_Clr(void);
25extern void DB_Cmnt(int8_t *str);
26extern void DB_Dump(void);
27extern void DB_Entr(int8_t *str);
28extern void DB_Exit(int8_t *str);
Note: See TracBrowser for help on using the repository browser.