src/H5PartPrivate.h

- _H5Part_strdupfor2c()
	- _H5Part_strc2for()
		* added
This commit is contained in:
2006-09-22 20:54:34 +00:00
parent db0a1bd448
commit 09fc6fd570
+11
View File
@@ -160,5 +160,16 @@ __attribute__ ((format (printf, 1, 2)))
#endif
;
char *
_H5Part_strdupfor2c (
const char *s,
const ssize_t len
);
char *
_H5Part_strc2for (
char * const str,
const ssize_t l_str
);
#endif