Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5097 → Rev 5098

/programs/develop/libraries/menuetlibc/src/libm/k_standa.c
28,6 → 28,8
#undef fflush
#endif /* !defined(_USE_WRITE) */
 
inline int fputs(const char* str, FILE* f) { return -1; }
 
#ifdef __STDC__
static const double zero = 0.0; /* used as const */
#else