source: buchla-68k/ram/idfield.x@ 526a993

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

Wording change.

  • Property mode set to 100644
File size: 999 bytes
Line 
1/*
2 =============================================================================
3 idfield.c -- external declarations
4 =============================================================================
5*/
6
7#pragma once
8
9#include "curpak.h"
10#include "fields.h"
11#include "stdint.h"
12
13/*
14 =============================================================================
15 external variables
16 =============================================================================
17*/
18
19extern struct fet id_fet1[];
20extern struct curpak id_flds;
21extern int8_t *srctbl[];
22extern int16_t zoneinc[9];
23extern int16_t zonemax[9];
24
25/*
26 =============================================================================
27 external functions
28 =============================================================================
29*/
30
31extern void idcxupd(void);
32extern void idcyupd(void);
33extern void idfield(void);
34extern int16_t idnfld(int16_t k);
35extern void idx_key(void);
36extern void ikydn(void);
37extern void ikyup(void);
Note: See TracBrowser for help on using the repository browser.