| Last change
 on this file since 6262b5c was             6262b5c, checked in by Thomas Lopatic <thomas@…>, 8 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 |  | 
|---|
| 11 | extern  int32_t         m1con; | 
|---|
| 12 | extern  int16_t         scsizes[25][2]; | 
|---|
| 13 |  | 
|---|
| 14 | /* | 
|---|
| 15 | ============================================================================= | 
|---|
| 16 | scwrite.c -- global functions | 
|---|
| 17 | ============================================================================= | 
|---|
| 18 | */ | 
|---|
| 19 |  | 
|---|
| 20 | extern  int32_t         scsize(int16_t sn); | 
|---|
| 21 | extern  int32_t         scsizer(void); | 
|---|
| 22 | extern  int16_t         scwrite(int16_t sn, FILE *fp); | 
|---|
| 23 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.