Changeset 0580615 in buchla-68k for libcio/getl.c


Ignore:
Timestamp:
07/08/2017 02:42:31 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
342a56f
Parents:
46d8069
Message:

Point of no return.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/getl.c

    r46d8069 r0580615  
    88#include "stdio.h"
    99
    10 extern  int     fgetc();
     10extern  int     getc(FILE *ptr);
    1111
    1212/*
     
    1919*/
    2020
    21 long
    22 getl(stream)
    23 register FILE *stream;
     21long getl(FILE *stream)
    2422{
    2523        long temp;
Note: See TracChangeset for help on using the changeset viewer.