libsfiof_C_la_SOURCES = \
_sffileno.c _sfgetc.c _sfputc.c \
- _sfslen.c \
- _sfvalue.c
+ _sfslen.c
+++ /dev/null
-/* $Id$ $Revision$ */
-/* vim:set shiftwidth=4 ts=8: */
-
-/*************************************************************************
- * Copyright (c) 2011 AT&T Intellectual Property
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: See CVS logs. Details at http://www.graphviz.org/
- *************************************************************************/
-
-#include <sfio/sfhdr.h>
-
-#undef sfvalue
-
-ssize_t sfvalue(Sfio_t * f)
-{
- return __sf_value(f);
-}
/* miscellaneous function analogues of fast in-line functions */
extern Sfoff_t sfsize(Sfio_t *);
extern int sffileno(Sfio_t *);
- extern ssize_t sfvalue(Sfio_t *);
extern ssize_t sfslen(void);
#undef extern
#define __sf_getc(f) (_SF_(f)->next >= _SF_(f)->endr ? _sffilbuf(_SF_(f),0) : \
(int)(*_SF_(f)->next++) )
#define __sf_fileno(f) ((f) ? _SF_(f)->file : -1)
-#define __sf_value(f) ((f) ? (_SF_(f)->val) : 0)
#define __sf_slen() (_Sfi)
#define sfputc(f,c) ( __sf_putc((f),(c)) )
#define sfgetc(f) ( __sf_getc(f) )
#define sffileno(f) ( __sf_fileno(f) )
-#define sfvalue(f) ( __sf_value(f) )
#define sfslen() ( __sf_slen() )
#endif /* _SFIO_H */
#ifdef __cplusplus
<ClCompile Include="sfio_f\_sfgetc.c" />
<ClCompile Include="sfio_f\_sfputc.c" />
<ClCompile Include="sfio_f\_sfslen.c" />
- <ClCompile Include="sfio_f\_sfvalue.c" />
<ClCompile Include="sfmode.c" />
<ClCompile Include="sfnew.c" />
<ClCompile Include="sfnotify.c" />
<ClCompile Include="sfio_f\_sfslen.c">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="sfio_f\_sfvalue.c">
- <Filter>Source Files</Filter>
- </ClCompile>
<ClCompile Include="sfclose.c">
<Filter>Source Files</Filter>
</ClCompile>