<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Linux Forum &mdash; Определения функций]]></title>
	<link rel="self" href="https://linuxforum.ru/extern.php?action=feed&amp;tid=37159&amp;type=atom" />
	<updated>2014-12-23T07:04:23Z</updated>
	<generator>PunBB</generator>
	<id>https://linuxforum.ru/viewtopic.php?id=37159</id>
		<entry>
			<title type="html"><![CDATA[Re: Определения функций]]></title>
			<link rel="alternate" href="https://linuxforum.ru/viewtopic.php?pid=437179#p437179" />
			<content type="html"><![CDATA[<p>Конкретно для islower() это ctype/ctype.c:</p><div class="codebox"><pre><code>#define func(name, type) \
  int name (int c) { return __isctype (c, type); }
...
func (islower, _ISlower)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[bormant]]></name>
				<uri>https://linuxforum.ru/profile.php?id=732</uri>
			</author>
			<updated>2014-12-23T07:04:23Z</updated>
			<id>https://linuxforum.ru/viewtopic.php?pid=437179#p437179</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Определения функций]]></title>
			<link rel="alternate" href="https://linuxforum.ru/viewtopic.php?pid=437177#p437177" />
			<content type="html"><![CDATA[<p>Смотрите в исходниках libc/glibc. В скомпилированном виде реализация лежит в одноименных библиотеках.</p>]]></content>
			<author>
				<name><![CDATA[bormant]]></name>
				<uri>https://linuxforum.ru/profile.php?id=732</uri>
			</author>
			<updated>2014-12-23T06:58:09Z</updated>
			<id>https://linuxforum.ru/viewtopic.php?pid=437177#p437177</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Определения функций]]></title>
			<link rel="alternate" href="https://linuxforum.ru/viewtopic.php?pid=437173#p437173" />
			<content type="html"><![CDATA[<p>Где найти определения функций, которые объявлены в /usr/include/*.h<br />Для примера есть заголовочный файл ctype.h, в котором объявлена функция islower().<br />Где найти ее определение?</p>]]></content>
			<author>
				<name><![CDATA[Silencer]]></name>
				<uri>https://linuxforum.ru/profile.php?id=12226</uri>
			</author>
			<updated>2014-12-23T06:25:42Z</updated>
			<id>https://linuxforum.ru/viewtopic.php?pid=437173#p437173</id>
		</entry>
</feed>
