Staging
v0.5.1
Revision d90042536dcc94720db3ef845a2dd8a285059fd4 authored by Barry Warsaw on 04 April 2003, 02:48:18 UTC, committed by Barry Warsaw on 04 April 2003, 02:48:18 UTC
    typed_subpart_iterator(): Fix these to use non-deprecated APIs,
    i.e. get_content_maintype() and get_content_subtype().
1 parent 27a93d7
Raw File
unixstuff.h
/* Fudge unix isatty and fileno for RISCOS */

#include <stdio.h>
#include <time.h>

int fileno(FILE *f);
int isatty(int fn);
unsigned int unixtime(unsigned int ld,unsigned int ex);
int acorntime(unsigned int *ex, unsigned int *ld, time_t ut);

int isdir(char *fn);
int isfile(char *fn);
int object_exists(char *fn);

back to top