Add fpurge function

This commit is contained in:
Guillem Jover
2011-05-14 17:58:08 +02:00
parent b36c59c0ed
commit 28585a58bd
4 changed files with 74 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2004, 2005, 2009 Guillem Jover
* Copyright © 2004, 2005, 2009, 2011 Guillem Jover
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -40,6 +40,8 @@ __BEGIN_DECLS
const char *fmtcheck(const char *, const char *);
char *fgetln(FILE *fp, size_t *lenp);
int fpurge(FILE *fp);
__END_DECLS
#endif