<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: ISO C90 forbids mixed declarations and code</title>
	<atom:link href="https://www.emblogic.com/blog/03/iso-c90-forbids-mixed-declarations-and-code/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/03/iso-c90-forbids-mixed-declarations-and-code/</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Mon, 07 Oct 2013 04:00:03 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: Manoj</title>
		<link>https://www.emblogic.com/blog/03/iso-c90-forbids-mixed-declarations-and-code/#comment-680</link>
		<dc:creator><![CDATA[Manoj]]></dc:creator>
		<pubDate>Sun, 25 Mar 2012 07:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=2207#comment-680</guid>
		<description><![CDATA[thanks]]></description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaibhav Singh</title>
		<link>https://www.emblogic.com/blog/03/iso-c90-forbids-mixed-declarations-and-code/#comment-679</link>
		<dc:creator><![CDATA[Vaibhav Singh]]></dc:creator>
		<pubDate>Thu, 22 Mar 2012 05:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=2207#comment-679</guid>
		<description><![CDATA[Warning : ISO C90 .... comes when you declare a datatype after or in middle of instructions . so to remove this warning just make sure that in your driver all the local datatype declaration should be at the top of the function . 
Scull_open undefined comes when you mapped your scull_open to open system call but dnt make the body of that particular scull_open function . Check your code for the above correction .]]></description>
		<content:encoded><![CDATA[<p>Warning : ISO C90 &#8230;. comes when you declare a datatype after or in middle of instructions . so to remove this warning just make sure that in your driver all the local datatype declaration should be at the top of the function .<br />
Scull_open undefined comes when you mapped your scull_open to open system call but dnt make the body of that particular scull_open function . Check your code for the above correction .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
