noinst_LTLIBRARIES = libsfio_C.la
libsfio_C_la_SOURCES = sfclose.c sfclrlock.c sfcvt.c sfdisc.c \
- sfdlen.c sfexcept.c sfexit.c sfextern.c sffcvt.c sffilbuf.c \
+ sfdlen.c sfexcept.c sfexit.c sfextern.c sffilbuf.c \
sfflsbuf.c sfgetd.c sfgetl.c sfgetm.c sfgetr.c sfgetu.c \
sfllen.c sfmode.c sfmutex.c sfnew.c sfnotify.c \
sfnputc.c sfopen.c sfpkrd.c sfpoll.c sfpool.c sfpopen.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 "sfhdr.h"
-
-/**
- * @param dval value to convert
- * @param n_digit number of digits wanted
- * @param decpt to return decimal point
- * @param sign to return sign
- */
-char *sffcvt(double dval, int n_digit, int *decpt, int *sign)
-{
- return _sfcvt(&dval, n_digit, decpt, sign, 0);
-}
<ClCompile Include="sfexcept.c" />
<ClCompile Include="sfexit.c" />
<ClCompile Include="sfextern.c" />
- <ClCompile Include="sffcvt.c" />
<ClCompile Include="sffilbuf.c" />
<ClCompile Include="sfflsbuf.c" />
<ClCompile Include="sfgetd.c" />
<ClCompile Include="sfextern.c">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="sffcvt.c">
- <Filter>Source Files</Filter>
- </ClCompile>
<ClCompile Include="sffilbuf.c">
<Filter>Source Files</Filter>
</ClCompile>