Changeset fa38804 in buchla-68k for iolib


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.

Location:
iolib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • iolib/dofmt.c

    r1efe224 rfa38804  
    6363        int32_t val;
    6464
    65 /*
    66 
    67 */
    68 
    6965        count = 0;
    7066
     
    112108                        break;
    113109                }
    114 
    115 /*
    116 
    117 */
    118110
    119111                if (fcode EQ '*') {
     
    159151                lzero = 0;
    160152
    161 /*
    162 
    163 */
     153
    164154                switch (fcode = *format++) {
    165155
     
    212202                        p = bp = buf + MAXDIGS;
    213203
    214 /*
    215 
    216 */
     204
    217205                        switch (hradix) {
    218206
     
    276264                        break;
    277265
    278 /*
    279 
    280 */
     266
    281267                default:
    282268                        buf[0] = fcode;
     
    309295                }
    310296
    311 /*
    312 
    313 */
     297
    314298                if (lzero < 0)
    315299                        lzero = 0;
  • iolib/mdump.c

    r1efe224 rfa38804  
    2727#define PERLINE 16
    2828
    29 /*
    30 
    31 */
    32 
    3329/*
    3430   =============================================================================
     
    4743                        printf(".");
    4844}
    49 
    50 /*
    51 
    52 */
    5345
    5446/*
     
    10799}
    108100
    109 /*
    110 
    111 */
    112 
    113101#if     TESTER
    114102
  • 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.