view 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
line wrap: on
line source

#ifndef _VLEN_H_
#define _VLEN_H_

#ifdef __cplusplus
extern "C" {
#endif

extern int vflen(char *fmt, va_list ap);
extern int flen(char *fmt, ...);

#ifdef __cplusplus
}
#endif

#endif /* _VLEN_H_ */