1IM_PRINT(3) Library Functions Manual IM_PRINT(3)
23
4
NAME
6im_print - print a string to stdout
7
SYNOPSIS
9#include <vips/vips.h>
1011
int
12im_print( const char *message )
1314
DESCRIPTION
16im_print() prints the message to stdout, with a newline. Sometimes use‐
17ful for debugging language bindings.
1819
RETURN VALUE
21The function returns 0 on success and -1 on error.
22
SEE ALSO
24im_system(3)
25
COPYRIGHT
272002 The National Gallery
2829
30
31
January 2002 IM_PRINT(3)