comparison srf2fastq/io_lib-1.12.2/io_lib/vlen.h @ 0:d901c9f41a6a default tip

Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
author dawe
date Tue, 07 Jun 2011 17:48:05 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:d901c9f41a6a
1 #ifndef _VLEN_H_
2 #define _VLEN_H_
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 extern int vflen(char *fmt, va_list ap);
9 extern int flen(char *fmt, ...);
10
11 #ifdef __cplusplus
12 }
13 #endif
14
15 #endif /* _VLEN_H_ */