Changeset 526a993 in buchla-68k for iolib


Ignore:
Timestamp:
07/10/2017 07:25:34 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
2340de6
Parents:
e877e55
Message:

Wording change.

Location:
iolib
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • iolib/dofmt.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        dofmt.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    612/*
    713   =============================================================================
    8         dofmt.c -- global functions
     14        external functions
    915   =============================================================================
    1016*/
  • iolib/mdump.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        mdump.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         mdump.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • iolib/pause.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        pause.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         pause.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • iolib/printf.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        printf.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         printf.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • iolib/rawio.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        rawio.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         rawio.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • iolib/sprintf.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        sprintf.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         sprintf.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • iolib/waitcr.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        waitcr.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         waitcr.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
Note: See TracChangeset for help on using the changeset viewer.