Go to the documentation of this file.
27 #ifndef __DRMAA__COMPAT_H
28 #define __DRMAA__COMPAT_H
31 # include <pbs_config.h>
38 size_t strlcpy(
char *dest,
const char *src,
size_t size);
42 int asprintf(
char **strp,
const char *fmt, ...);
45 #ifndef HAVE_VASPRINTF
46 int vasprintf(
char **strp,
const char *fmt, va_list ap);
49 #ifndef HAVE_STDBOOL_H