Changeset fa38804 in buchla-68k for iolib/rawio.c


Ignore:
Timestamp:
07/14/2017 04:18:35 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
ace9ee7
Parents:
1efe224
Message:

Removed form-feed comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • iolib/rawio.c

    r1efe224 rfa38804  
    3030        ^Z, or buffer full.  Returns the byte that stopped the input,
    3131        or ERR01 for buffer full.
    32 
    33 
    3432
    3533        int
     
    6058*/
    6159
    62 /*
    63  */
    64 
    6560#include "ram.h"
    6661
     
    9691        return(ERR01);  /* buffer full */
    9792}
    98 
    99 /*
    100  */
    10193
    10294int16_t getln(int16_t unit, int16_t nb, int8_t *buf)
     
    142134                        return((int16_t)c);             /* return -- CR or LF hit */
    143135
    144 /*
    145  */
    146 
    147136                case CTL('X'):
    148137
     
    162151}
    163152
    164 /*
    165  */
    166 
    167153int16_t getrln(int16_t unit, int16_t nb, int8_t *buf)
    168154{
     
    205191}
    206192
    207 /*
    208  */
    209 
    210193void writeln(int16_t unit, int8_t *buf)
    211194{
Note: See TracChangeset for help on using the changeset viewer.