Sometimes C codes in some files are hard to read,
for example:
if (!(({ unsigned long flag, roksum; (void)0; __asm__("adds %1, %2,
%3; sbcccs %1, %1, %0; movcc %0, #0" : "=&r" (flag), "=&r" (roksum) :
"r" (buf), "Ir" (count), "0" (current_thread_info()->addr_limit) :
"cc"); flag; }) == 0))
return -14;
Is there any command to format the specified line directly?
Best Regards,
robert
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment