Query: xs::apitest
OS: redhat
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XS::APItest(3pm) Perl Programmers Reference Guide XS::APItest(3pm)NAMEXS::APItest - Test the perl C APISYNOPSISuse XS::APItest; print_double(4);ABSTRACTThis module tests the perl C API. Currently tests that "printf" works correctly.DESCRIPTIONThis module can be used to check that the perl C API is behaving correctly. This module provides test functions and an associated test script that verifies the output. This module is not meant to be installed. EXPORT Exports all the test functions: print_double Test that a double-precision floating point number is formatted correctly by "printf". print_double( $val ); Output is sent to STDOUT. print_long_double Test that a "long double" is formatted correctly by "printf". Takes no arguments - the test value is hard-wired into the function (as "7"). print_long_double(); Output is sent to STDOUT. have_long_double Determine whether a "long double" is supported by Perl. This should be used to determine whether to test "print_long_double". print_long_double() if have_long_double; print_nv Test that an "NV" is formatted correctly by "printf". print_nv( $val ); Output is sent to STDOUT. print_iv Test that an "IV" is formatted correctly by "printf". print_iv( $val ); Output is sent to STDOUT. print_uv Test that an "UV" is formatted correctly by "printf". print_uv( $val ); Output is sent to STDOUT. print_int Test that an "int" is formatted correctly by "printf". print_int( $val ); Output is sent to STDOUT. print_long Test that an "long" is formatted correctly by "printf". print_long( $val ); Output is sent to STDOUT. print_float Test that a single-precision floating point number is formatted correctly by "printf". print_float( $val ); Output is sent to STDOUT.SEE ALSOXS::Typemap, perlapi.AUTHORSTim Jenness, <t.jenness@jach.hawaii.edu>, Christian Soeller, <csoelle@mph.auckland.ac.nz>, Hugo van der Sanden <hv@crypt.compulink.co.uk>COPYRIGHT AND LICENSECopyright (C) 2002 Tim Jenness, Christian Soeller, Hugo van der Sanden. All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.8.0 2002-06-01 XS::APItest(3pm)
Related Man Pages |
---|
test::object5.18(3) - mojave |
xs::apitest(3pm) - redhat |
test::output(3) - osx |
test::output(3) - centos |
xs::apitest(3pm) - suse |
Similar Topics in the Unix Linux Community |
---|
printf vs sprintf - perl |
Amazon CloudFront Test Results with Small Objects |
capture the output of printf into another variable |
Printing pointer address |
Output file content |