X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=personalities%2F__pdc_stdio.h;fp=personalities%2F__pdc_stdio.h;h=0000000000000000000000000000000000000000;hb=c8f799d852e3698468a78954d82588e841cc0b70;hp=54719ad1e5f4579d12da3e9cab39491ec3a1cb51;hpb=5e125f38b2aba7d706a9143727e2ef72d58391dc;p=pdclib.old diff --git a/personalities/__pdc_stdio.h b/personalities/__pdc_stdio.h deleted file mode 100644 index 54719ad..0000000 --- a/personalities/__pdc_stdio.h +++ /dev/null @@ -1,22 +0,0 @@ -// ---------------------------------------------------------------------------- -// $Id$ -// ---------------------------------------------------------------------------- -// Public Domain C Library - http://pdclib.sourceforge.net -// This code is Public Domain. Use, modify, and redistribute at will. -// ---------------------------------------------------------------------------- -// Input/output - personality -// ---------------------------------------------------------------------------- - -#define BUFSIZ // buffer size (see setvbuf()), >= 256 -#define FOPEN_MAX // supported number of simultaneously open files, >= 8 -#define FILENAME_MAX // supported length of filenames -#define L_tmpnam // length of filenames generated by tmpnam() including \0 -#define TMP_MAX // number of unique filenames generateable by tmpnam(), - // during a program run; >= 25 - -#define stderr // FILE * -#define stdin // FILE * -#define stdout // FILE * - -// storing return code in fh->HostRC -void __pdc_fclose( FILE * fh );