Last change
on this file since 3ac8e1b was 526a993, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Wording change.
|
-
Property mode
set to
100644
|
File size:
856 bytes
|
Line | |
---|
1 | /*
|
---|
2 | =============================================================================
|
---|
3 | tdfield.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 |
|
---|
19 | extern struct fet td_fet1[];
|
---|
20 | extern struct curpak td_flds;
|
---|
21 | extern int16_t tdbox[][8];
|
---|
22 | extern int8_t *tdbxlb[];
|
---|
23 |
|
---|
24 | /*
|
---|
25 | =============================================================================
|
---|
26 | external functions
|
---|
27 | =============================================================================
|
---|
28 | */
|
---|
29 |
|
---|
30 | extern void tdcxupd(void);
|
---|
31 | extern void tdcyupd(void);
|
---|
32 | extern void tdfield(void);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.