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

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

More accurate headers.

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