im_print

Langue: en

Version: 171814 (fedora - 06/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

im_print - print a string to stdout

SYNOPSIS

#include <vips/vips.h>

int
im_print( const char *message )

DESCRIPTION

im_print() prints the message to stdout, with a newline. Sometimes useful for debugging language bindings.

RETURN VALUE

The function returns 0 on success and -1 on error.

SEE ALSO

im_system(3) 2002 The National Gallery