<?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; sushant.bhangale</title>
	<atom:link href="https://www.emblogic.com/blog/author/sushant-bhangale/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>Paraller port driver</title>
		<link>https://www.emblogic.com/blog/05/paraller-port-driver/</link>
		<comments>https://www.emblogic.com/blog/05/paraller-port-driver/#comments</comments>
		<pubDate>Sun, 05 May 2013 06:58:15 +0000</pubDate>
		<dc:creator><![CDATA[sushant.bhangale]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.emblogic.com/blog/?p=6453</guid>
		<description><![CDATA[Implement the compatibility mode.]]></description>
				<content:encoded><![CDATA[<p>Implement the compatibility mode.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/05/paraller-port-driver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PROJECT 5:</title>
		<link>https://www.emblogic.com/blog/04/project-5-2/</link>
		<comments>https://www.emblogic.com/blog/04/project-5-2/#comments</comments>
		<pubDate>Sun, 14 Apr 2013 08:31:23 +0000</pubDate>
		<dc:creator><![CDATA[sushant.bhangale]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.emblogic.com/blog/?p=6360</guid>
		<description><![CDATA[Implement the proc entry &#38; read.]]></description>
				<content:encoded><![CDATA[<p>Implement the proc entry &amp; read.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/04/project-5-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Assignment of exec() system call&#8217;</title>
		<link>https://www.emblogic.com/blog/01/assignment-of-exec-system-call/</link>
		<comments>https://www.emblogic.com/blog/01/assignment-of-exec-system-call/#comments</comments>
		<pubDate>Tue, 29 Jan 2013 12:35:05 +0000</pubDate>
		<dc:creator><![CDATA[sushant.bhangale]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=6042</guid>
		<description><![CDATA[int main() { int fd,wr; char ch[]=&#8221;Emblogic&#8221;; char *name; name = malloc(sizeof(char)*233); if(name==NULL) { perror(&#8220;Malloc&#8221;); } fd=open(&#8220;file.txt&#8221;,O_WRONLY); printf(&#8220;File descripter =%d\n&#8221;,fd); wr = write(fd,ch,7); if(wr == -1) { perror(&#8220;write&#8221;); } printf(&#8220;wr =%d\n&#8221;,wr); sprintf(name,&#8221;%d&#8221;,fd); printf(&#8220;%s\n&#8221;,name); execl(&#8220;fd1&#8243;,&#8221;fd1&#8243;,name,0); printf(&#8220;Bye\n&#8221;); }]]></description>
				<content:encoded><![CDATA[<p>int main()<br />
{<br />
        int fd,wr;<br />
        char ch[]=&#8221;Emblogic&#8221;;<br />
        char *name;<br />
        name = malloc(sizeof(char)*233);<br />
        if(name==NULL)<br />
        {<br />
                perror(&#8220;Malloc&#8221;);<br />
        }<br />
        fd=open(&#8220;file.txt&#8221;,O_WRONLY);<br />
        printf(&#8220;File descripter  =%d\n&#8221;,fd);<br />
        wr = write(fd,ch,7);<br />
        if(wr == -1)<br />
        {<br />
                perror(&#8220;write&#8221;);<br />
        }<br />
        printf(&#8220;wr =%d\n&#8221;,wr);<br />
        sprintf(name,&#8221;%d&#8221;,fd);<br />
        printf(&#8220;%s\n&#8221;,name);<br />
        execl(&#8220;fd1&#8243;,&#8221;fd1&#8243;,name,0);<br />
        printf(&#8220;Bye\n&#8221;);<br />
       }                                                                                                </p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/01/assignment-of-exec-system-call/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>E11 create man page</title>
		<link>https://www.emblogic.com/blog/09/e11-create-man-page/</link>
		<comments>https://www.emblogic.com/blog/09/e11-create-man-page/#comments</comments>
		<pubDate>Sat, 08 Sep 2012 11:42:52 +0000</pubDate>
		<dc:creator><![CDATA[sushant.bhangale]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=5180</guid>
		<description><![CDATA[successfully create man page]]></description>
				<content:encoded><![CDATA[<p>successfully create man page</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/09/e11-create-man-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E11  status of master array</title>
		<link>https://www.emblogic.com/blog/08/e11-status-of-master-array/</link>
		<comments>https://www.emblogic.com/blog/08/e11-status-of-master-array/#comments</comments>
		<pubDate>Wed, 22 Aug 2012 11:24:49 +0000</pubDate>
		<dc:creator><![CDATA[sushant.bhangale]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=4830</guid>
		<description><![CDATA[string is not compare with separate word but i am not using string by character.]]></description>
				<content:encoded><![CDATA[<p>string is not compare with separate word but i am not using string by character.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/08/e11-status-of-master-array/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title></title>
		<link>https://www.emblogic.com/blog/08/e11-28/</link>
		<comments>https://www.emblogic.com/blog/08/e11-28/#comments</comments>
		<pubDate>Fri, 17 Aug 2012 11:09:56 +0000</pubDate>
		<dc:creator><![CDATA[sushant.bhangale]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=4732</guid>
		<description><![CDATA[Assignment1 is completed and assignment 2 remaining only 6 question]]></description>
				<content:encoded><![CDATA[<p>Assignment1 is completed and assignment 2 remaining only 6 question</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/08/e11-28/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E11</title>
		<link>https://www.emblogic.com/blog/08/e11-25/</link>
		<comments>https://www.emblogic.com/blog/08/e11-25/#comments</comments>
		<pubDate>Tue, 14 Aug 2012 10:26:40 +0000</pubDate>
		<dc:creator><![CDATA[sushant.bhangale]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=4709</guid>
		<description><![CDATA[Assignment1 Only 2 question are remaining]]></description>
				<content:encoded><![CDATA[<p>Assignment1 Only 2 question are remaining</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/08/e11-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E11</title>
		<link>https://www.emblogic.com/blog/08/e11-23/</link>
		<comments>https://www.emblogic.com/blog/08/e11-23/#comments</comments>
		<pubDate>Mon, 13 Aug 2012 11:58:02 +0000</pubDate>
		<dc:creator><![CDATA[sushant.bhangale]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=4675</guid>
		<description><![CDATA[Assignment1 solve 6 question more]]></description>
				<content:encoded><![CDATA[<p>Assignment1 solve 6 question more</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/08/e11-23/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E11</title>
		<link>https://www.emblogic.com/blog/08/e11-22/</link>
		<comments>https://www.emblogic.com/blog/08/e11-22/#comments</comments>
		<pubDate>Mon, 13 Aug 2012 05:15:32 +0000</pubDate>
		<dc:creator><![CDATA[sushant.bhangale]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=4621</guid>
		<description><![CDATA[create a make file using 2header file &#38; 3.c file &#38; successfully run the RCS]]></description>
				<content:encoded><![CDATA[<p>create  a make file using 2header file &amp; 3.c file  &amp; successfully run  the RCS </p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/08/e11-22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E11</title>
		<link>https://www.emblogic.com/blog/08/e11-17/</link>
		<comments>https://www.emblogic.com/blog/08/e11-17/#comments</comments>
		<pubDate>Sat, 11 Aug 2012 06:50:28 +0000</pubDate>
		<dc:creator><![CDATA[sushant.bhangale]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=4552</guid>
		<description><![CDATA[Runr the program in switch case in shell scripting]]></description>
				<content:encoded><![CDATA[<p>Runr the program in switch case in shell scripting</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/08/e11-17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E11</title>
		<link>https://www.emblogic.com/blog/08/e11-15/</link>
		<comments>https://www.emblogic.com/blog/08/e11-15/#comments</comments>
		<pubDate>Wed, 08 Aug 2012 12:26:58 +0000</pubDate>
		<dc:creator><![CDATA[sushant.bhangale]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=4494</guid>
		<description><![CDATA[Read the document for RCS]]></description>
				<content:encoded><![CDATA[<p>Read the document for RCS</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/08/e11-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E11</title>
		<link>https://www.emblogic.com/blog/08/e11-11/</link>
		<comments>https://www.emblogic.com/blog/08/e11-11/#comments</comments>
		<pubDate>Tue, 07 Aug 2012 12:53:13 +0000</pubDate>
		<dc:creator><![CDATA[sushant.bhangale]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=4384</guid>
		<description><![CDATA[successful create make file]]></description>
				<content:encoded><![CDATA[<p>successful create make file</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/08/e11-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E11 -</title>
		<link>https://www.emblogic.com/blog/08/e11-4/</link>
		<comments>https://www.emblogic.com/blog/08/e11-4/#comments</comments>
		<pubDate>Fri, 03 Aug 2012 10:20:30 +0000</pubDate>
		<dc:creator><![CDATA[sushant.bhangale]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=4369</guid>
		<description><![CDATA[ps1=E11~] this command is not proper work]]></description>
				<content:encoded><![CDATA[<p>ps1=E11~]<br />
this command is not proper work </p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/08/e11-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E11</title>
		<link>https://www.emblogic.com/blog/08/e11-3/</link>
		<comments>https://www.emblogic.com/blog/08/e11-3/#comments</comments>
		<pubDate>Fri, 03 Aug 2012 06:51:48 +0000</pubDate>
		<dc:creator><![CDATA[sushant.bhangale]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=4312</guid>
		<description><![CDATA[sucessfull solve if,if-else,for ,while&#38;until in script]]></description>
				<content:encoded><![CDATA[<p>sucessfull solve if,if-else,for ,while&amp;until in script</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/08/e11-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In array</title>
		<link>https://www.emblogic.com/blog/07/in-array/</link>
		<comments>https://www.emblogic.com/blog/07/in-array/#comments</comments>
		<pubDate>Sun, 22 Jul 2012 12:04:41 +0000</pubDate>
		<dc:creator><![CDATA[sushant.bhangale]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=4140</guid>
		<description><![CDATA[how to declear array?]]></description>
				<content:encoded><![CDATA[<p>how to declear array? </p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/07/in-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
