<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?action=history&amp;feed=atom&amp;title=File%28API%29</id>
		<title>File(API) - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?action=history&amp;feed=atom&amp;title=File%28API%29"/>
		<link rel="alternate" type="text/html" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=File(API)&amp;action=history"/>
		<updated>2026-05-04T18:09:28Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.6</generator>

	<entry>
		<id>http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=File(API)&amp;diff=4384&amp;oldid=prev</id>
		<title>Kinoshita: Created page with &quot;General/'''File''' is API for file management.  == constant ==  #define FILE_MAX_STRING_LENGTH (1024)  == struct ==  typedef unsigned long fileParaTypeInteger;  typedef float...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=File(API)&amp;diff=4384&amp;oldid=prev"/>
				<updated>2014-10-02T05:09:18Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;General/&amp;#039;&amp;#039;&amp;#039;File&amp;#039;&amp;#039;&amp;#039; is API for file management.  == constant ==  #define FILE_MAX_STRING_LENGTH (1024)  == struct ==  typedef unsigned long fileParaTypeInteger;  typedef float...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;General/'''File''' is API for file management.&lt;br /&gt;
&lt;br /&gt;
== constant ==&lt;br /&gt;
 #define FILE_MAX_STRING_LENGTH (1024)&lt;br /&gt;
&lt;br /&gt;
== struct ==&lt;br /&gt;
 typedef unsigned long fileParaTypeInteger;&lt;br /&gt;
 typedef float         fileParaTypeReal;&lt;br /&gt;
&lt;br /&gt;
 typedef struct File {&lt;br /&gt;
 	char name[FILE_MAX_STRING_LENGTH];&lt;br /&gt;
 	char mode[FILE_MAX_STRING_LENGTH];&lt;br /&gt;
 	FILE* fpt;&lt;br /&gt;
 } File;&lt;br /&gt;
&lt;br /&gt;
== API ==&lt;br /&gt;
===File open===&lt;br /&gt;
 extern FILE* fileOpen(char* filename, char* mode);&lt;br /&gt;
&lt;br /&gt;
===Initialize===&lt;br /&gt;
 extern void fileInit(File* a);&lt;br /&gt;
&lt;br /&gt;
===Get data from file===&lt;br /&gt;
 extern long fileLineNumberGet(File* file, char* e);&lt;br /&gt;
 extern long fileLineNumberGet2(FILE* fpt, char* e);&lt;/div&gt;</summary>
		<author><name>Kinoshita</name></author>	</entry>

	</feed>