- Timestamp:
- 07/10/2017 07:11:13 PM (8 years ago)
- Branches:
- master
- Children:
- e877e55
- Parents:
- 14ad9c9
- Location:
- libcio
- Files:
-
- 43 edited
Legend:
- Unmodified
- Added
- Removed
-
libcio/atoi.x
r14ad9c9 r6aa430b 10 10 11 11 extern int16_t atoi(int8_t *cp); 12 -
libcio/atol.x
r14ad9c9 r6aa430b 10 10 11 11 extern int32_t atol(int8_t *cp); 12 -
libcio/blkrd.x
r14ad9c9 r6aa430b 12 12 extern int32_t _secrd(int8_t *buf, int16_t rec); 13 13 extern int16_t blkrd(struct fcb *fcp, int8_t *buf, int16_t ns); 14 -
libcio/blkwr.x
r14ad9c9 r6aa430b 12 12 extern int32_t _secwr(int8_t *buf, int16_t rec); 13 13 extern int16_t blkwr(struct fcb *fcp, int8_t *buf, int16_t ns); 14 -
libcio/close.x
r14ad9c9 r6aa430b 15 15 extern int16_t _filecl(struct fcb *fp); 16 16 extern int16_t close(int16_t fd); 17 -
libcio/clusmap.x
r14ad9c9 r6aa430b 3 3 #include "biosdefs.h" 4 4 #include "stdint.h" 5 #include "stdio.h" 5 6 6 7 /* … … 18 19 extern struct fcb *fd2fcb(int16_t fd); 19 20 extern struct fcb *fp2fcb(FILE *fp); 20 -
libcio/conin.x
r14ad9c9 r6aa430b 19 19 20 20 extern int16_t _conin(int8_t *buff, int16_t len); 21 -
libcio/conwr.x
r14ad9c9 r6aa430b 10 10 11 11 extern int16_t _conwr(int16_t kind, int8_t *buff, int16_t len); 12 -
libcio/dirfns.x
r14ad9c9 r6aa430b 12 12 extern int8_t *dtunpk(int16_t din, int16_t tin, int16_t fmt, int8_t *s); 13 13 extern int8_t *mname(int16_t n); 14 -
libcio/fgets.x
r14ad9c9 r6aa430b 2 2 3 3 #include "stdint.h" 4 #include "stdio.h" 4 5 5 6 /* … … 12 13 extern int8_t *fgets(int8_t *s, int16_t n, FILE *fp); 13 14 extern int8_t *gets(int8_t *line); 14 -
libcio/filesys.x
r14ad9c9 r6aa430b 48 48 extern int16_t _seek(struct fcb *fcp); 49 49 extern int16_t fcbinit(int8_t *name, struct fcb *fcp); 50 -
libcio/filname.x
r14ad9c9 r6aa430b 11 11 extern int8_t *FilExt(int8_t *s, int8_t *p); 12 12 extern int8_t *FilName(int8_t *s, int8_t *p); 13 -
libcio/flread.x
r14ad9c9 r6aa430b 2 2 3 3 #include "stdint.h" 4 #include "stdio.h" 4 5 5 6 /* … … 10 11 11 12 extern int16_t flread(int8_t *buff, int32_t len, FILE *fp); 12 -
libcio/fopen.x
r14ad9c9 r6aa430b 2 2 3 3 #include "stdint.h" 4 #include "stdio.h" 4 5 5 6 /* … … 13 14 extern FILE *fopena(int8_t *name, int8_t *mode); 14 15 extern FILE *fopenb(int8_t *name, int8_t *mode); 15 -
libcio/fprintf.x
r14ad9c9 r6aa430b 2 2 3 3 #include "stdint.h" 4 #include "stdio.h" 4 5 5 6 /* … … 10 11 11 12 extern int16_t fprintf(FILE *stream, int8_t *fmt, ...); 12 -
libcio/fputs.x
r14ad9c9 r6aa430b 2 2 3 3 #include "stdint.h" 4 #include "stdio.h" 4 5 5 6 /* … … 12 13 extern int16_t fputs(int8_t *s, FILE *fp); 13 14 extern int16_t puts(int8_t *str); 14 -
libcio/fread.x
r14ad9c9 r6aa430b 2 2 3 3 #include "stdint.h" 4 #include "stdio.h" 4 5 5 6 /* … … 10 11 11 12 extern int16_t fread(int8_t *buffer, uint16_t size, int16_t number, FILE *stream); 12 -
libcio/fscanf.x
r14ad9c9 r6aa430b 2 2 3 3 #include "stdint.h" 4 #include "stdio.h" 4 5 5 6 /* … … 11 12 extern int16_t fscanf(FILE *fp, int8_t *fmt, int16_t *args); 12 13 extern int16_t scanf(int8_t *fmt, int16_t *args); 13 -
libcio/fseek.x
r14ad9c9 r6aa430b 2 2 3 3 #include "stdint.h" 4 #include "stdio.h" 4 5 5 6 /* … … 10 11 11 12 extern int16_t fseek(FILE *fp, int32_t pos, int16_t mode); 12 -
libcio/fsinit.x
r14ad9c9 r6aa430b 2 2 3 3 #include "biosdefs.h" 4 #include "fspars.h" 4 5 #include "io.h" 5 6 #include "stdint.h" 7 #include "stdio.h" 6 8 7 9 /* … … 34 36 extern int16_t _badfd(void); 35 37 extern int16_t _noper(void); 36 -
libcio/fsize.x
r14ad9c9 r6aa430b 2 2 3 3 #include "stdint.h" 4 #include "stdio.h" 4 5 5 6 /* … … 11 12 extern int16_t dspace(int16_t which); 12 13 extern int32_t fsize(FILE *fp, int16_t how); 13 -
libcio/fstubs.x
r14ad9c9 r6aa430b 10 10 11 11 extern int16_t readbuf(int16_t dev, int8_t *buf); 12 -
libcio/ftell.x
r14ad9c9 r6aa430b 2 2 3 3 #include "stdint.h" 4 #include "stdio.h" 4 5 5 6 /* … … 10 11 11 12 extern int32_t ftell(FILE *fp); 12 -
libcio/fwrite.x
r14ad9c9 r6aa430b 2 2 3 3 #include "stdint.h" 4 #include "stdio.h" 4 5 5 6 /* … … 10 11 11 12 extern int16_t fwrite(int8_t *buffer, int16_t size, int16_t number, FILE *stream); 12 -
libcio/getbuff.x
r14ad9c9 r6aa430b 1 1 #pragma once 2 3 #include "stdio.h" 2 4 3 5 /* … … 8 10 9 11 extern void getbuff(FILE *ptr); 10 -
libcio/getc.x
r14ad9c9 r6aa430b 2 2 3 3 #include "stdint.h" 4 #include "stdio.h" 4 5 5 6 /* … … 10 11 11 12 extern int16_t getc(FILE *ptr); 12 -
libcio/getl.x
r14ad9c9 r6aa430b 2 2 3 3 #include "stdint.h" 4 #include "stdio.h" 4 5 5 6 /* … … 10 11 11 12 extern int32_t getl(FILE *stream); 12 -
libcio/getw.x
r14ad9c9 r6aa430b 2 2 3 3 #include "stdint.h" 4 #include "stdio.h" 4 5 5 6 /* … … 10 11 11 12 extern int16_t getw(FILE *stream); 12 -
libcio/lseek.x
r14ad9c9 r6aa430b 10 10 11 11 extern int32_t lseek(int16_t fd, int32_t pos, int16_t how); 12 -
libcio/open.x
r14ad9c9 r6aa430b 17 17 extern int16_t opena(int8_t *name, int16_t flag, int16_t mode); 18 18 extern int16_t openb(int8_t *name, int16_t flag, int16_t mode); 19 -
libcio/posit.x
r14ad9c9 r6aa430b 10 10 11 11 extern int16_t posit(int16_t fd, uint16_t pos); 12 -
libcio/putc.x
r14ad9c9 r6aa430b 2 2 3 3 #include "stdint.h" 4 #include "stdio.h" 4 5 5 6 /* … … 22 23 extern int16_t putc(int16_t c, FILE *ptr); 23 24 extern int16_t puterr(int16_t c); 24 -
libcio/putl.x
r14ad9c9 r6aa430b 1 1 #pragma once 2 3 #include "stdint.h" 4 #include "stdio.h" 2 5 3 6 /* … … 8 11 9 12 extern void putl(int32_t w, FILE *stream); 10 -
libcio/putw.x
r14ad9c9 r6aa430b 1 1 #pragma once 2 3 #include "stdint.h" 4 #include "stdio.h" 2 5 3 6 /* … … 8 11 9 12 extern void putw(uint16_t w, FILE *stream); 10 -
libcio/read.x
r14ad9c9 r6aa430b 13 13 extern int16_t _getsec(struct fcb *fp, int8_t *buf, uint16_t len); 14 14 extern int16_t read(int16_t fd, int8_t *buff, uint16_t len); 15 -
libcio/readrn.x
r14ad9c9 r6aa430b 11 11 12 12 extern int16_t ReadRN(struct fcb *fcp, int8_t *buf); 13 -
libcio/rename.x
r14ad9c9 r6aa430b 10 10 11 11 extern int16_t rename(int8_t *old, int8_t *new); 12 -
libcio/scan.x
r14ad9c9 r6aa430b 11 11 extern int16_t scanfmt(int16_t (*getsub)(), int8_t *fmt, int16_t **args); 12 12 extern int16_t sscanf(int8_t *string, int8_t *fmt, int16_t *args); 13 -
libcio/setbuf.x
r14ad9c9 r6aa430b 2 2 3 3 #include "stdint.h" 4 #include "stdio.h" 4 5 5 6 /* … … 10 11 11 12 extern void setbuf(FILE *stream, int8_t *buffer); 12 -
libcio/ungetc.x
r14ad9c9 r6aa430b 2 2 3 3 #include "stdint.h" 4 #include "stdio.h" 4 5 5 6 /* … … 10 11 11 12 extern int16_t ungetc(int16_t c, FILE *ptr); 12 -
libcio/unlink.x
r14ad9c9 r6aa430b 10 10 11 11 extern int16_t unlink(int8_t *name); 12 -
libcio/write.x
r14ad9c9 r6aa430b 13 13 extern int16_t _putsec(struct fcb *fp, int8_t *buf, uint16_t len); 14 14 extern int16_t write(int16_t fd, int8_t *buff, uint16_t len); 15 -
libcio/writern.x
r14ad9c9 r6aa430b 11 11 12 12 extern int16_t WriteRN(struct fcb *fcp, int8_t *buf); 13
Note:
See TracChangeset
for help on using the changeset viewer.