src/inc/obscure.h 1.36
1.36 2010/01/27 21:04:09 galt
moved new greek byte function to kent/src/lib/obscure.c
Index: src/inc/obscure.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/obscure.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -b -B -U 4 -r1.35 -r1.36
--- src/inc/obscure.h 1 Dec 2009 05:34:02 -0000 1.35
+++ src/inc/obscure.h 27 Jan 2010 21:04:09 -0000 1.36
@@ -21,8 +21,11 @@
void printLongWithCommas(FILE *f, long long l);
/* Print out a long number with commas a thousands, millions, etc. */
+void sprintWithGreekByte(char *s, int slength, long long size);
+/* Numbers formatted with PB, TB, GB, MB, KB, B */
+
void writeGulp(char *file, char *buf, int size);
/* Write out a bunch of memory. */
void readInGulp(char *fileName, char **retBuf, size_t *retSize);