I meant impossible to not do it without imposing a newline somewhere. My main gripe with it is that I have to use extra spaces along with tabs to indent the code.
Code:
static char *long_function_name(const char *dest, const char *src,
                                const char *options, size_t n)
This example may not have been the best one since it incidently works out ok with 8 space tabs as well.