Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 supporting "K&R style" C syntax

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
hunt007 Posted - Jul 08 2013 : 1:34:48 PM
1>
There is lots of kernel code written in "K&R style" syntax.

eg:-
int func (p, p2)
void *p;
int p2;
{
return 0;
}

2>
Most of the source code navigators and editors out there(slick edit, gvim etc.) support that syntax.

3>
The changes in visual studio 2012 causes driver(kernel) compile inside visual studio. Thus the amount of people using visual studio for kernel development has increased.
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Jul 08 2013 : 4:13:29 PM
This is something we are aware of, but I don't currently have a time scale for a fix. It is good to know this is becoming more common, thank you for the update on this:

case=54316

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000