search for: min_long_str

Displaying 1 result from an estimated 1 matches for "min_long_str".

2005 Oct 11
3
8 char labels in read.spss
...ot have much time to search for the code but I found: in foreign_0.8-10 source file var.h.in > /* Definition of the max length of a short string value, generally > eight characters. */ > #define MAX_SHORT_STRING ((SIZEOF_DOUBLE)>=8 ? ((SIZEOF_DOUBLE)+1)/2*2 > : 8) > #define MIN_LONG_STRING (MAX_SHORT_STRING+1) > > /* FYI: It is a bad situation if sizeof(R_flt64) < MAX_SHORT_STRING: > then short string missing values can be truncated in system files > because there's only room for as many characters as can fit in a > R_flt64. */ > #if MAX_SHORT_STR...