<feed xmlns='http://www.w3.org/2005/Atom'>
<title>knr/ch4, branch master</title>
<subtitle>Category-0 solutions to The C Programming Language, 2nd Edition</subtitle>
<id>https://git.zlg.space/knr/atom/ch4?h=master</id>
<link rel='self' href='https://git.zlg.space/knr/atom/ch4?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zlg.space/knr/'/>
<updated>2016-06-16T17:15:33Z</updated>
<entry>
<title>The massive astyle sweep!</title>
<updated>2016-06-16T17:15:33Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2016-06-16T17:15:33Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/knr/commit/?id=f8d9ff23eb8d3e3286ff5cf4d5f9493532991bb7'/>
<id>urn:sha1:f8d9ff23eb8d3e3286ff5cf4d5f9493532991bb7</id>
<content type='text'>
Code style should be consistent now. All future commits will be run through
astyle or they will be amended.
</content>
</entry>
<entry>
<title>Solve Exercise 4-14: Swap Macro</title>
<updated>2013-08-08T11:35:27Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2013-08-08T11:35:27Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/knr/commit/?id=71eee1204d279fe7590d940a08423e3362609474'/>
<id>urn:sha1:71eee1204d279fe7590d940a08423e3362609474</id>
<content type='text'>
Thanks to ##c on Freenode for helping me understand what the text
didn't clarify.
</content>
</entry>
<entry>
<title>Solve Exercise 4-13: Recursive reverse()</title>
<updated>2013-07-22T09:38:53Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2013-07-22T09:38:53Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/knr/commit/?id=dc209d744e8db39cf5a5f6eea59e4edda2051514'/>
<id>urn:sha1:dc209d744e8db39cf5a5f6eea59e4edda2051514</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Solve Exercise 4-12: Recursive itoa()</title>
<updated>2013-07-15T11:38:40Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2013-07-15T11:38:40Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/knr/commit/?id=990ad145ea2f1013dbe6aefa0533b9700c331b60'/>
<id>urn:sha1:990ad145ea2f1013dbe6aefa0533b9700c331b60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Solve Exercise 4-11: getop() without ungetch()</title>
<updated>2013-07-03T11:29:38Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2013-07-03T11:29:38Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/knr/commit/?id=891836e014d474fc4176dbcd0cb72a8745a315dc'/>
<id>urn:sha1:891836e014d474fc4176dbcd0cb72a8745a315dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Solve Exercise 4-10: getline()-based calculator</title>
<updated>2013-06-27T11:53:37Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2013-06-27T11:53:37Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/knr/commit/?id=27249a10e801816810ec553ab4308cd7fb9c34dd'/>
<id>urn:sha1:27249a10e801816810ec553ab4308cd7fb9c34dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Solve Exercise 4-9: Pushed EOF and [un]getch()</title>
<updated>2013-06-26T08:35:18Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2013-06-26T08:35:18Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/knr/commit/?id=9a707bf8e71fcf58446135fc9daa4e2d45829f83'/>
<id>urn:sha1:9a707bf8e71fcf58446135fc9daa4e2d45829f83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Solve Exercise 4-8: Single character buffer</title>
<updated>2013-06-24T09:27:16Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2013-06-24T09:27:16Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/knr/commit/?id=c5ae86e5e146c2107aaf6c04a01314f83b1b3ffd'/>
<id>urn:sha1:c5ae86e5e146c2107aaf6c04a01314f83b1b3ffd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Solve Exercise 4-7: ungets()</title>
<updated>2013-06-22T09:25:51Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2013-06-22T09:25:51Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/knr/commit/?id=a51ae6fbfdd8efb76acf1572bc58d906866cf331'/>
<id>urn:sha1:a51ae6fbfdd8efb76acf1572bc58d906866cf331</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Solve Exercise 4-6: Variable support</title>
<updated>2013-06-21T07:09:25Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2013-06-21T07:09:25Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/knr/commit/?id=59921a2bceb7df1728436f260281235a3fb8471c'/>
<id>urn:sha1:59921a2bceb7df1728436f260281235a3fb8471c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Solve Exercise 4-5: adding sin(), exp(), pow()</title>
<updated>2013-06-20T04:44:09Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2013-06-20T04:44:09Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/knr/commit/?id=920346f5b7373fd806511c61ea8c20d8306e5cb7'/>
<id>urn:sha1:920346f5b7373fd806511c61ea8c20d8306e5cb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Solve Exercise 4-4: Basic stack manipulation</title>
<updated>2013-06-19T10:47:29Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2013-06-19T10:47:29Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/knr/commit/?id=5b001506a2701b0354c9a931295d8afa34021cec'/>
<id>urn:sha1:5b001506a2701b0354c9a931295d8afa34021cec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Solve Exercise 4-3: Add modulus to RPN calculator</title>
<updated>2013-06-18T09:45:27Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2013-06-18T09:45:27Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/knr/commit/?id=f42ae1643002dac0ededc9aae37ba28c047d89f4'/>
<id>urn:sha1:f42ae1643002dac0ededc9aae37ba28c047d89f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Solve Exercise 4-2: atof() enhanced</title>
<updated>2013-05-08T05:59:24Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2013-05-08T05:59:24Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/knr/commit/?id=da60299c2c4ae40eadb76c4a12aa471ede286d98'/>
<id>urn:sha1:da60299c2c4ae40eadb76c4a12aa471ede286d98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Solve Exercise 4-1: strrindex()</title>
<updated>2013-05-05T05:54:37Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2013-05-05T05:54:37Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/knr/commit/?id=e6819292b0d0a45a5d3f74af9ef320e544f42c82'/>
<id>urn:sha1:e6819292b0d0a45a5d3f74af9ef320e544f42c82</id>
<content type='text'>
</content>
</entry>
</feed>
