Changeset 6aa430b in buchla-68k for libcio/fgets.x


Ignore:
Timestamp:
07/10/2017 07:11:13 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
e877e55
Parents:
14ad9c9
Message:

More accurate headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/fgets.x

    r14ad9c9 r6aa430b  
    22
    33#include "stdint.h"
     4#include "stdio.h"
    45
    56/*
     
    1213extern  int8_t          *fgets(int8_t *s, int16_t n, FILE *fp);
    1314extern  int8_t          *gets(int8_t *line);
    14 
Note: See TracChangeset for help on using the changeset viewer.