Last change
on this file since 1d61ba3 was 6262b5c, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
Added include files for global functions and variables.
|
-
Property mode
set to
100644
|
File size:
817 bytes
|
Rev | Line | |
---|
[6262b5c] | 1 | #pragma once
|
---|
| 2 |
|
---|
| 3 | #include "curpak.h"
|
---|
| 4 | #include "fields.h"
|
---|
| 5 | #include "stdint.h"
|
---|
| 6 |
|
---|
| 7 | /*
|
---|
| 8 | =============================================================================
|
---|
| 9 | idfield.c -- global variables
|
---|
| 10 | =============================================================================
|
---|
| 11 | */
|
---|
| 12 |
|
---|
| 13 | extern struct fet id_fet1[];
|
---|
| 14 | extern struct curpak id_flds;
|
---|
| 15 | extern int8_t *srctbl[];
|
---|
| 16 | extern int16_t zoneinc[9];
|
---|
| 17 | extern int16_t zonemax[9];
|
---|
| 18 |
|
---|
| 19 | /*
|
---|
| 20 | =============================================================================
|
---|
| 21 | idfield.c -- global functions
|
---|
| 22 | =============================================================================
|
---|
| 23 | */
|
---|
| 24 |
|
---|
| 25 | extern void idcxupd(void);
|
---|
| 26 | extern void idcyupd(void);
|
---|
| 27 | extern void idfield(void);
|
---|
| 28 | extern int16_t idnfld(int16_t k);
|
---|
| 29 | extern void idx_key(void);
|
---|
| 30 | extern void ikydn(void);
|
---|
| 31 | extern void ikyup(void);
|
---|
| 32 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.