Daylight v4.9 Release Date: 1 February 2008 Namedt_fp_size - retrieve the global fingerprint sizeGeneric Prototypedt_fp_size(void) => dt_IntegerC Prototype#include "dt_finger.h"dt_Integer dt_fp_size(void) FORTRAN Prototypeinclude 'dt_f_finger.inc'integer*4 dt_f_fp_size() DescriptionThis 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 ValueReturns an integer number of bits in a fingerprint.Related Topicsdt_fp_allocfp(3) dt_fp_fingertest(3) dt_fp_foldfp(3) dt_fp_setsize(3) |