bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fpurge.c on Plan9/APE


From: Jens Staal
Subject: fpurge.c on Plan9/APE
Date: Thu, 2 Feb 2012 12:04:26 +0100

dear list,

I am trying to port some GNU stuff to Plan9 and hit a problem with
gnulib fpurge.c bundled in one application.

the requested info from APE (Ansi Posix Environment under Plan9) stdio.h:

fflush:
extern int fflush(FILE *);

setvbuf:
extern int setvbuf(FILE *, char *, int, size_t);

ungetc:
extern int ungetc(int, FILE *);

Which option in fpurge should I use? Or do I need a custom made one
and how should that one look?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]