看板 DFBSD_bugs 關於我們 聯絡資訊
On Wed, Jan 26, 2005 at 10:05:33AM +0100, Jeroen Ruigrok/asmodai wrote: > strftime() should return size_t, not __size_t, regardless if the type > definition ends up being the same anyway. __ prefixed types are supposed to > be either internal ones, reserved ones or other special case types. > > That's why > > #ifdef _BSD_SIZE_T_ > typedef _BSD_SIZE_T_ size_t; > #undef _BSD_SIZE_T_ > #endif I don't like this, but I'll fix it (a bit different). Joerg