- Timestamp:
- 07/07/2017 10:42:23 PM (7 years ago)
- Branches:
- master
- Children:
- 30c03a4
- Parents:
- 6888aa2
- Location:
- libcio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcio/fgets.c
r6888aa2 r73dd55f 61 61 FILE *fp; 62 62 { 63 register c;63 register int c; 64 64 register char *cp; 65 65 -
libcio/fprintf.c
r6888aa2 r73dd55f 36 36 int 37 37 fpsub(c) 38 int c; 38 39 { 39 40 return(aputc(c, Stream));
Note:
See TracChangeset
for help on using the changeset viewer.