-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (50 loc) · 2.91 KB
/
index.html
File metadata and controls
51 lines (50 loc) · 2.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<!-- Mirrored from conio.sourceforge.net/docs/html/ by HTTrack Website Copier/3.x [XR&CO'2006], Sun, 16 Jul 2006 05:21:57 GMT -->
<head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>CONIO: Main Page</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.8 -->
<div class="qindex"><a class="qindexHL" href="index-2.html">Main Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
<h1>CONIO Documentation</h1>
<p>
<h3 align="center">2.0 </h3>Borland-style CONIO implementation for MinGW/Dev-C++.<p>
<a href="http://conio.sf.net/">Homepage</a><p>
Send any improvements to this library to <a href="mailto:michal@molhanec.net">me</a>, I'll do new release of this devpak.<p>
For the example of use, look at example in the <code>Examples\conio\conio_test.c</code> subdirectory of your Dev-C++ directory. It's simple: <ol>
<li>
Include <code><a class="el" href="conio2_8h.html">conio2.h</a></code>. </li>
<li>
Link with <code>libconio.a</code> (add <code>-lconio</code> parameter to linker). </li>
</ol>
<p>
<h2>Functions defined already in MinGW's <code>conio.h</code></h2>
<p>
<code><a class="el" href="conio2_8h.html">conio2.h</a></code> automatically includes <code>conio.h</code>. It also provides several #defines so you can use all these functions without underscores. <pre>
char* _cgets (char*);
int _cprintf (const char*, ...);
int _cputs (const char*);
int _cscanf (char*, ...);</pre><p>
<pre>int _getch (void);
int _getche (void);
int _kbhit (void);
int _putch (int);
int _ungetch (int);</pre><p>
<pre>int getch (void);
int getche (void);
int kbhit (void);
int putch (int);
int ungetch (int);
</pre><p>
<dl compact><dt><b>Author:</b></dt><dd>Hongli Lai <<a href="mailto:hongli@telekabel.nl">hongli@telekabel.nl</a>> <p>
tkorrovi <<a href="mailto:tkorrovi@altavista.net">tkorrovi@altavista.net</a>> on 2002/02/26. <p>
Andrew Westcott <<a href="mailto:ajwestco@users.sourceforge.net">ajwestco@users.sourceforge.net</a>> <p>
Michal Molhanec <<a href="mailto:michal@molhanec.net">michal@molhanec.net</a>></dd></dl>
<dl compact><dt><b>Version:</b></dt><dd>2.0 </dd></dl>
<hr size="1"><address style="align: right;"><small>Generated on Tue Aug 3 02:07:03 2004 for CONIO by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
</body>
<!-- Mirrored from conio.sourceforge.net/docs/html/ by HTTrack Website Copier/3.x [XR&CO'2006], Sun, 16 Jul 2006 05:22:04 GMT -->
</html>