|
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:
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 |
|
|---|
| 12 | extern int32_t m1con;
|
|---|
| 13 | extern int16_t scsizes[25][2];
|
|---|
| 14 |
|
|---|
| 15 | /*
|
|---|
| 16 | =============================================================================
|
|---|
| 17 | scwrite.c -- global functions
|
|---|
| 18 | =============================================================================
|
|---|
| 19 | */
|
|---|
| 20 |
|
|---|
| 21 | extern int32_t scsize(int16_t sn);
|
|---|
| 22 | extern int32_t scsizer(void);
|
|---|
| 23 | extern int16_t scwrite(int16_t sn, FILE *fp);
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.