fclose prototype

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3774 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-11-03 22:01:49 +00:00
parent c57b5203b2
commit 07b13a4f03
2 changed files with 10 additions and 0 deletions

View File

@@ -41,6 +41,7 @@
#ifndef __ROKEN_H__
#define __ROKEN_H__
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
@@ -160,6 +161,10 @@ int strnlen(char*, int);
char *strsep(char**, const char*);
#endif
#ifdef NEED_FCLOSE_PROTO
int fclose(FILE *);
#endif
#ifdef NEED_STRTOK_R_PROTO
char *strtok_r(char *s1, const char *s2, char **lasts);
#endif

View File

@@ -41,6 +41,7 @@
#ifndef __ROKEN_H__
#define __ROKEN_H__
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
@@ -160,6 +161,10 @@ int strnlen(char*, int);
char *strsep(char**, const char*);
#endif
#ifdef NEED_FCLOSE_PROTO
int fclose(FILE *);
#endif
#ifdef NEED_STRTOK_R_PROTO
char *strtok_r(char *s1, const char *s2, char **lasts);
#endif