source: buchla-68k/ram/scfield.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: 1.2 KB
Line 
1/*
2 =============================================================================
3 scfield.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 sc_fet1[];
20extern struct curpak sc_flds;
21
22/*
23 =============================================================================
24 external functions
25 =============================================================================
26*/
27
28extern int16_t cp2time(int16_t cx);
29extern int16_t deladat(void);
30extern int16_t delevts(int16_t etp, int32_t thetime);
31extern int16_t ef_null(int16_t n);
32extern int16_t et_null(int16_t n);
33extern void icancel(void);
34extern void istart(void);
35extern int16_t nd_null(int16_t n, int16_t k);
36extern int16_t rd_null(int16_t n);
37extern void scfield(void);
38extern int16_t scntfld(int16_t k);
39extern void sdcxu(void);
40extern void sdcyu(void);
41extern void sdmkey(void);
42extern void sdxkey(void);
Note: See TracBrowser for help on using the repository browser.