src/inc/udc.h 1.12

1.12 2009/11/05 19:28:04 kent
Adding udcReadFloat function.
Index: src/inc/udc.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/udc.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -b -B -U 4 -r1.11 -r1.12
--- src/inc/udc.h	3 Nov 2009 00:51:53 -0000	1.11
+++ src/inc/udc.h	5 Nov 2009 19:28:04 -0000	1.12
@@ -54,8 +54,11 @@
 
 bits16 udcReadBits16(struct udcFile *file, boolean isSwapped);
 /* Read and optionally byte-swap 16 bit entity. */
 
+float udcReadFloat(struct udcFile *file, boolean isSwapped);
+/* Read and optionally byte-swap floating point number. */
+
 int udcGetChar(struct udcFile *file);
 /* Get next character from file or die trying. */
 
 char *udcReadStringAndZero(struct udcFile *file);