src/inc/udc.h 1.13
1.13 2009/11/05 19:45:30 kent
Adding udcReadDouble.
Index: src/inc/udc.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/udc.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -b -B -U 4 -r1.12 -r1.13
--- src/inc/udc.h 5 Nov 2009 19:28:04 -0000 1.12
+++ src/inc/udc.h 5 Nov 2009 19:45:30 -0000 1.13
@@ -57,8 +57,11 @@
float udcReadFloat(struct udcFile *file, boolean isSwapped);
/* Read and optionally byte-swap floating point number. */
+double udcReadDouble(struct udcFile *file, boolean isSwapped);
+/* Read and optionally byte-swap double-precision floating point number. */
+
int udcGetChar(struct udcFile *file);
/* Get next character from file or die trying. */
char *udcReadStringAndZero(struct udcFile *file);