- Timestamp:
- 07/10/2017 07:25:34 PM (8 years ago)
- Branches:
- master
- Children:
- 2340de6
- Parents:
- e877e55
- Location:
- libcio
- Files:
-
- 43 edited
Legend:
- Unmodified
- Added
- Removed
-
libcio/atoi.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 atoi.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 atoi.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libcio/atol.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 atol.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 atol.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libcio/blkrd.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 blkrd.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 blkrd.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */ -
libcio/blkwr.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 blkwr.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 blkwr.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */ -
libcio/close.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 close.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 close.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */ -
libcio/clusmap.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 clusmap.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 7 13 /* 8 14 ============================================================================= 9 clusmap.c -- global functions15 external functions 10 16 ============================================================================= 11 17 */ -
libcio/conin.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 conin.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 conin.c -- global variables13 external variables 8 14 ============================================================================= 9 15 */ … … 14 20 /* 15 21 ============================================================================= 16 conin.c -- global functions22 external functions 17 23 ============================================================================= 18 24 */ -
libcio/conwr.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 conwr.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 conwr.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libcio/dirfns.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 dirfns.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 dirfns.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libcio/fgets.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 fgets.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 fgets.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */ -
libcio/filesys.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 filesys.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 filesys.c -- global variables14 external variables 9 15 ============================================================================= 10 16 */ … … 23 29 /* 24 30 ============================================================================= 25 filesys.c -- global functions31 external functions 26 32 ============================================================================= 27 33 */ -
libcio/filname.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 filname.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 filname.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libcio/flread.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 flread.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 flread.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */ -
libcio/fopen.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 fopen.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 fopen.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */ -
libcio/fprintf.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 fprintf.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 fprintf.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */ -
libcio/fputs.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 fputs.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 fputs.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */ -
libcio/fread.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 fread.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 fread.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */ -
libcio/fscanf.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 fscanf.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 fscanf.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */ -
libcio/fseek.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 fseek.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 fseek.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */ -
libcio/fsinit.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 fsinit.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 9 15 /* 10 16 ============================================================================= 11 fsinit.c -- global variables17 external variables 12 18 ============================================================================= 13 19 */ … … 27 33 /* 28 34 ============================================================================= 29 fsinit.c -- global functions35 external functions 30 36 ============================================================================= 31 37 */ -
libcio/fsize.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 fsize.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 fsize.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */ -
libcio/fstubs.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 fstubs.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 fstubs.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libcio/ftell.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 ftell.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 ftell.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */ -
libcio/fwrite.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 fwrite.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 fwrite.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */ -
libcio/getbuff.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 getbuff.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 getbuff.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libcio/getc.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 getc.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 getc.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */ -
libcio/getl.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 getl.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 getl.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */ -
libcio/getw.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 getw.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 getw.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */ -
libcio/lseek.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 lseek.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 lseek.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libcio/open.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 open.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 open.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */ -
libcio/posit.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 posit.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 posit.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libcio/putc.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 putc.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 putc.c -- global variables14 external variables 9 15 ============================================================================= 10 16 */ … … 14 20 /* 15 21 ============================================================================= 16 putc.c -- global functions22 external functions 17 23 ============================================================================= 18 24 */ -
libcio/putl.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 putl.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 putl.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */ -
libcio/putw.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 putw.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 putw.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */ -
libcio/read.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 read.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 read.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */ -
libcio/readrn.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 readrn.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 readrn.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */ -
libcio/rename.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 rename.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 rename.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libcio/scan.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 scan.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 scan.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libcio/setbuf.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 setbuf.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 setbuf.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */ -
libcio/ungetc.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 ungetc.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 ungetc.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */ -
libcio/unlink.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 unlink.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 unlink.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libcio/write.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 write.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 write.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */ -
libcio/writern.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 writern.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 writern.c -- global functions14 external functions 9 15 ============================================================================= 10 16 */
Note:
See TracChangeset
for help on using the changeset viewer.