source: buchla-68k/ram/scwrite.x@ 39a696b

Last change on this file since 39a696b was 6262b5c, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Added include files for global functions and variables.

  • Property mode set to 100644
File size: 606 bytes
Line 
1#pragma once
2
3#include "stdint.h"
4
5/*
6 =============================================================================
7 scwrite.c -- global variables
8 =============================================================================
9*/
10
11extern int32_t m1con;
12extern int16_t scsizes[25][2];
13
14/*
15 =============================================================================
16 scwrite.c -- global functions
17 =============================================================================
18*/
19
20extern int32_t scsize(int16_t sn);
21extern int32_t scsizer(void);
22extern int16_t scwrite(int16_t sn, FILE *fp);
23
Note: See TracBrowser for help on using the repository browser.