Version 0 of Tcl_StatBuf

Updated 2010-03-01 13:53:57 by dkf

This is a structure (typically an alias to the system struct stat or one of its near brethren) that is defined in tcl.h. It is used with the Tcl_FSStat function, and is all too often a problem – especially on Windows – because its actual definition should depend on the libc being used and thus the compiler options need to be correct (an all-too-rare occurrence, alas).