source: buchla-68k/ram/scwrite.x@ 2340de6

Last change on this file since 2340de6 was 2340de6, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Keep macros in external declarations.

  • Property mode set to 100644
File size: 832 bytes
RevLine 
[526a993]1/*
2 =============================================================================
3 scwrite.c -- external declarations
4 =============================================================================
5*/
6
[6262b5c]7#pragma once
8
[2340de6]9#include "score.h"
[6262b5c]10#include "stdint.h"
[6aa430b]11#include "stdio.h"
[6262b5c]12
13/*
14 =============================================================================
[526a993]15 external variables
[6262b5c]16 =============================================================================
17*/
18
19extern int32_t m1con;
[2340de6]20extern int16_t scsizes[N_ETYPES][2];
[6262b5c]21
22/*
23 =============================================================================
[526a993]24 external functions
[6262b5c]25 =============================================================================
26*/
27
28extern int32_t scsize(int16_t sn);
29extern int32_t scsizer(void);
30extern int16_t scwrite(int16_t sn, FILE *fp);
Note: See TracBrowser for help on using the repository browser.