Daylight v4.9
Release Date: 1 February 2008

Name

dt_fp_size - retrieve the global fingerprint size

Generic Prototype

dt_fp_size(void) => dt_Integer

C Prototype

#include "dt_finger.h"

dt_Integer dt_fp_size(void)

FORTRAN Prototype

include 'dt_f_finger.inc'

integer*4 dt_f_fp_size()

Description

This function is obsolete, as of version 4.42. The global size value is only used by the obsolete functions dt_fp_alloc(), dt_fp_fingerprint(), and dt_fp_fold().

Returns the global fingerprint size. All fingerprints created by dt_fp_alloc(3) and dt_fp_fingerprint(3) are initially this size. All fingerprint sizes are measured in bits (not bytes or ints).

Return Value

Returns an integer number of bits in a fingerprint.

Related Topics

dt_fp_allocfp(3) dt_fp_fingertest(3) dt_fp_foldfp(3) dt_fp_setsize(3)