IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39040 for trunk


Ignore:
Timestamp:
Nov 5, 2015, 1:02:32 PM (11 years ago)
Author:
eugene
Message:

add sprint_floats functions

Location:
trunk/Ohana/src/libohana
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/Makefile

    r38459 r39040  
    4545$(SRC)/Fread.$(ARCH).o           \
    4646$(SRC)/IOBufferOps.$(ARCH).o     \
    47 $(SRC)/memstr.$(ARCH).o  \
     47$(SRC)/memstr.$(ARCH).o          \
    4848$(SRC)/rconnect.$(ARCH).o        \
    4949$(SRC)/CommOps.$(ARCH).o         \
     
    5151$(SRC)/errors.$(ARCH).o  \
    5252$(SRC)/gprint.$(ARCH).o  \
     53$(SRC)/print_floats.$(ARCH).o    \
    5354$(SRC)/version.$(ARCH).o
    5455
     
    6465$(DESTLIB)/libohana.$(DLLTYPE): $(LIB)/libohana.$(ARCH).$(DLLTYPE)
    6566
    66 TESTPROG = memtest typetest string
     67TESTPROG = print_floats
     68# TESTPROG = memtest typetest string
     69
    6770$(TESTPROG) : % : $(TESTBIN)/% $(OBJS)
    6871test: $(TESTPROG)
  • trunk/Ohana/src/libohana/include/ohana.h

    r38553 r39040  
    483483int ohana_bisection_double (double *values, int Nvalues, double threshold);
    484484
    485 # endif
     485int sprintf_float (char *output, float value);
     486int sprintf_double (char *output, double value);
     487
     488# endif
Note: See TracChangeset for help on using the changeset viewer.