Last change
on this file since d6f9ed1 was 526a993, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Wording change.
|
-
Property mode
set to
100644
|
File size:
927 bytes
|
Rev | Line | |
---|
[526a993] | 1 | /*
|
---|
| 2 | =============================================================================
|
---|
| 3 | scope.c -- external declarations
|
---|
| 4 | =============================================================================
|
---|
| 5 | */
|
---|
| 6 |
|
---|
[6262b5c] | 7 | #pragma once
|
---|
| 8 |
|
---|
| 9 | #include "curpak.h"
|
---|
[6aa430b] | 10 | #include "fields.h"
|
---|
[6262b5c] | 11 | #include "stdint.h"
|
---|
| 12 |
|
---|
| 13 | /*
|
---|
| 14 | =============================================================================
|
---|
[526a993] | 15 | external variables
|
---|
[6262b5c] | 16 | =============================================================================
|
---|
| 17 | */
|
---|
| 18 |
|
---|
| 19 | extern struct curpak dt_flds;
|
---|
| 20 | extern int8_t scopebf[65];
|
---|
| 21 | extern int16_t scopec;
|
---|
| 22 | extern int16_t scopef;
|
---|
| 23 | extern uint16_t *scopeob;
|
---|
| 24 | extern int16_t scoper;
|
---|
| 25 | extern uint16_t scopev;
|
---|
| 26 |
|
---|
| 27 | /*
|
---|
| 28 | =============================================================================
|
---|
[526a993] | 29 | external functions
|
---|
[6262b5c] | 30 | =============================================================================
|
---|
| 31 | */
|
---|
| 32 |
|
---|
| 33 | extern void scope(uint16_t val);
|
---|
| 34 | extern void scopeon(void);
|
---|
| 35 | extern void scptogl(void);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.