<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>EmbLogic &#187; Harshvardhan</title>
	<atom:link href="https://www.emblogic.com/blog/author/harshvardhan/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Tue, 03 Mar 2020 13:00:06 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>Driver Updates:</title>
		<link>https://www.emblogic.com/blog/08/driver-updates/</link>
		<comments>https://www.emblogic.com/blog/08/driver-updates/#comments</comments>
		<pubDate>Wed, 08 Aug 2012 11:48:43 +0000</pubDate>
		<dc:creator><![CDATA[Harshvardhan]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=4538</guid>
		<description><![CDATA[Initialization and registration completed.]]></description>
				<content:encoded><![CDATA[<p>Initialization and registration completed.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/08/driver-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RCS query?</title>
		<link>https://www.emblogic.com/blog/05/rcs-query/</link>
		<comments>https://www.emblogic.com/blog/05/rcs-query/#comments</comments>
		<pubDate>Mon, 07 May 2012 16:31:26 +0000</pubDate>
		<dc:creator><![CDATA[Harshvardhan]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=2704</guid>
		<description><![CDATA[when somewhere it is found that while modifying a file (which intern form a version later on) that the last two modifications were wrong then certainly we need to switch to the one which was correct ok, now the question &#8230; <a href="https://www.emblogic.com/blog/05/rcs-query/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>when somewhere it is found that while modifying a file (which intern form a version later on) that the last two modifications were wrong then certainly we need to switch to the one which was correct ok, now the question is ???</p>
<p>in the RCS the data of the previous wrong versions also exist, which shouldn&#8217;t? why is it so? what is the way to delete it?</p>
<p>e.g., 1.1</p>
<p>1.2</p>
<p>1.3</p>
<p>1.2 and 1.3 were found wrong</p>
<p>switched to 1.1 and modified it</p>
<p>as 1.1.1.1</p>
<p>1.1.1.2 and so on &#8230;.</p>
<p>but when we checkin into RCS the information abt modifications took place as 1.2 and 1.3 also exist&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/05/rcs-query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>c programming &#8220;printf format specification&#8221;</title>
		<link>https://www.emblogic.com/blog/04/c-programming/</link>
		<comments>https://www.emblogic.com/blog/04/c-programming/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 07:10:42 +0000</pubDate>
		<dc:creator><![CDATA[Harshvardhan]]></dc:creator>
				<category><![CDATA[Data Structures with C]]></category>
		<category><![CDATA[c basic]]></category>
		<category><![CDATA[syntax]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=2420</guid>
		<description><![CDATA[printf format specification: %[flag][width][.precision][modifier]&#60;type&#62; meaning of fields with e.g.,: format                                                                        output 1. flag: printf(&#8220;%7s&#8221;,&#8221;hello&#8221;);                                 spacespacehello 2. width: prinf(&#8220;%4d&#8221;,10);                                         spacespace10 3. precision: (&#8220;%.2f&#8221;,1.1412);                                                  1.41 4. modifier: h interpreted as short used with  i,d,o,u,x l interpreted as long used with i,d,o,u,x L interpreted as &#8230; <a href="https://www.emblogic.com/blog/04/c-programming/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>printf format specification:</p>
<p><strong>%[flag][width][.precision][modifier]&lt;type&gt;</strong></p>
<p>meaning of fields with e.g.,:<br />
<strong><em> format                                                                        output</em></strong><br />
1. flag: printf(&#8220;%7s&#8221;,&#8221;hello&#8221;);                                 spacespacehello</p>
<p>2. width: prinf(&#8220;%4d&#8221;,10);                                         spacespace10</p>
<p>3. precision: (&#8220;%.2f&#8221;,1.1412);                                                  1.41</p>
<p>4. modifier:</p>
<p>h interpreted as short used with  i,d,o,u,x<br />
l interpreted as long used with i,d,o,u,x<br />
L interpreted as double used with i,d,o,u,x</p>
<p>5. type: d,i,x,X as their usual meanings etc.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/04/c-programming/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
