|
Last change
on this file since 6aa430b was 6aa430b, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
|
More accurate headers.
|
-
Property mode
set to
100644
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | #pragma once
|
|---|
| 2 |
|
|---|
| 3 | #include "fields.h"
|
|---|
| 4 | #include "stdint.h"
|
|---|
| 5 | #include "stdio.h"
|
|---|
| 6 |
|
|---|
| 7 | /*
|
|---|
| 8 | =============================================================================
|
|---|
| 9 | ldselbx.c -- global variables
|
|---|
| 10 | =============================================================================
|
|---|
| 11 | */
|
|---|
| 12 |
|
|---|
| 13 | extern int16_t ft2lt[];
|
|---|
| 14 | extern struct selbox ldboxes[];
|
|---|
| 15 |
|
|---|
| 16 | /*
|
|---|
| 17 | =============================================================================
|
|---|
| 18 | ldselbx.c -- global functions
|
|---|
| 19 | =============================================================================
|
|---|
| 20 | */
|
|---|
| 21 |
|
|---|
| 22 | extern void clrerms(void);
|
|---|
| 23 | extern void clrlsel(void);
|
|---|
| 24 | extern void dpy_scr(uint16_t color, int16_t ns);
|
|---|
| 25 | extern void endltyp(void);
|
|---|
| 26 | extern int16_t getit(void);
|
|---|
| 27 | extern int16_t lcancel(int16_t lct);
|
|---|
| 28 | extern void ldermsg(int8_t *p1, int8_t *p2, int8_t *p3, uint16_t p4, uint16_t p5);
|
|---|
| 29 | extern int16_t ldfnbox(int16_t n);
|
|---|
| 30 | extern void lst_scr(void);
|
|---|
| 31 | extern int16_t ndx_scr(int16_t slot);
|
|---|
| 32 | extern void savefc(int16_t kind);
|
|---|
| 33 | extern int16_t scskip(FILE *fp, int16_t ns);
|
|---|
| 34 | extern int16_t skp_ec(FILE *fp, int32_t len);
|
|---|
| 35 | extern void skperr(int16_t sn);
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.