mirror of
https://github.com/TheAlgorithms/C
synced 2024-12-15 07:52:36 +03:00
187 lines
11 KiB
HTML
187 lines
11 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
<meta name="generator" content="Doxygen 1.9.6"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>Algorithms_in_C: developer_tools/test_min_printf.c File Reference</title>
|
|
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="../../jquery.js"></script>
|
|
<script type="text/javascript" src="../../dynsections.js"></script>
|
|
<link href="../../navtree.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="../../resize.js"></script>
|
|
<script type="text/javascript" src="../../navtreedata.js"></script>
|
|
<script type="text/javascript" src="../../navtree.js"></script>
|
|
<link href="../../search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="../../search/searchdata.js"></script>
|
|
<script type="text/javascript" src="../../search/search.js"></script>
|
|
<script type="text/x-mathjax-config">
|
|
MathJax.Hub.Config({
|
|
extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
|
|
jax: ["input/TeX","output/HTML-CSS"],
|
|
});
|
|
</script>
|
|
<script type="text/javascript" async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML/MathJax.js"></script>
|
|
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr id="projectrow">
|
|
<td id="projectalign">
|
|
<div id="projectname">Algorithms_in_C<span id="projectnumber"> 1.0.0</span>
|
|
</div>
|
|
<div id="projectbrief">Set of algorithms implemented in C.</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.6 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="../../menudata.js"></script>
|
|
<script type="text/javascript" src="../../menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function() {
|
|
initMenu('../../',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="main-nav"></div>
|
|
</div><!-- top -->
|
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
<div id="nav-tree">
|
|
<div id="nav-tree-contents">
|
|
<div id="nav-sync" class="sync"></div>
|
|
</div>
|
|
</div>
|
|
<div id="splitbar" style="-moz-user-select:none;"
|
|
class="ui-resizable-handle">
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(document).ready(function(){initNavTree('d5/d5c/test__min__printf_8c.html','../../'); initResizable(); });
|
|
/* @license-end */
|
|
</script>
|
|
<div id="doc-content">
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<div id="MSearchResults">
|
|
<div class="SRPage">
|
|
<div id="SRIndex">
|
|
<div id="SRResults"></div>
|
|
<div class="SRStatus" id="Loading">Loading...</div>
|
|
<div class="SRStatus" id="Searching">Searching...</div>
|
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="header">
|
|
<div class="summary">
|
|
<a href="#func-members">Functions</a> </div>
|
|
<div class="headertitle"><div class="title">test_min_printf.c File Reference</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
|
|
<p>File used to test min_printf function.
|
|
<a href="#details">More...</a></p>
|
|
<div class="textblock"><code>#include "<a class="el" href="../../d9/deb/min__printf_8h_source.html">min_printf.h</a>"</code><br />
|
|
<code>#include <stdio.h></code><br />
|
|
</div><div class="textblock"><div class="dynheader">
|
|
Include dependency graph for test_min_printf.c:</div>
|
|
<div class="dyncontent">
|
|
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d5/dc5/test__min__printf_8c__incl.svg" width="264" height="198"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
|
|
</div>
|
|
</div>
|
|
</div><table class="memberdecls">
|
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
|
|
Functions</h2></td></tr>
|
|
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/d5c/test__min__printf_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
|
|
<tr class="memdesc:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="mdescLeft"> </td><td class="mdescRight">for <code>min_printf</code> function for <code>printf</code> function <br /></td></tr>
|
|
<tr class="separator:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memSeparator" colspan="2"> </td></tr>
|
|
</table>
|
|
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
|
<div class="textblock"><p>File used to test min_printf function. </p>
|
|
<p>The test will be executed by comparing the result of both <code>min_printf</code> and <code>printf</code> functions </p><dl class="section author"><dt>Author</dt><dd><a href="https://github.com/Jaskarn7" target="_blank">Jaskarn7</a> </dd></dl>
|
|
<dl class="section see"><dt>See also</dt><dd><a class="el" href="../../d9/deb/min__printf_8h.html" title="Implementation of a function similar to printf">min_printf.h</a> </dd></dl>
|
|
</div><h2 class="groupheader">Function Documentation</h2>
|
|
<a id="ae66f6b31b5ad750f1fe042a706a4e3d4" name="ae66f6b31b5ad750f1fe042a706a4e3d4"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#ae66f6b31b5ad750f1fe042a706a4e3d4">◆ </a></span>main()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">int main </td>
|
|
<td>(</td>
|
|
<td class="paramtype">void </td>
|
|
<td class="paramname"></td><td>)</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p>for <code>min_printf</code> function for <code>printf</code> function </p>
|
|
<p>Main function</p>
|
|
<p>This function is used to test <code>min_printf</code> function. The numbers and string used for the test is generated randomly (The user can also specify their own value for tests) First integers were tested then floats and at last strings After running the program the user will see three pair of lines with each pair followed by an empty line In each pair of lines, the first line will be printed by <code>min_printf</code> function and next line by the actual <code>printf</code> function In each line user will see number or string covered with two colons, they are used to check from where the printing was started and where it ends </p><dl class="section return"><dt>Returns</dt><dd>0 on exit </dd></dl>
|
|
<p>Printing an empty new line</p>
|
|
<div class="fragment"><div class="line"><span class="lineno"> 25</span>{</div>
|
|
<div class="line"><span class="lineno"> 26</span> <span class="comment">// print strings using `printf` and `min_printf`</span></div>
|
|
<div class="line"><span class="lineno"> 27</span> <a class="code hl_function" href="../../d9/deb/min__printf_8h.html#a33e08c05f8c656a0fee465c2e8d2ecf9">min_printf</a>(<span class="stringliteral">":%d: :%1.6d:\n"</span>, 12, 56);</div>
|
|
<div class="line"><span class="lineno"> 28</span> printf(<span class="stringliteral">":%d: :%1.6d:\n"</span>, 12, 56);</div>
|
|
<div class="line"><span class="lineno"> 29</span> </div>
|
|
<div class="line"><span class="lineno"> 30</span> printf(<span class="stringliteral">"\n"</span>); <span class="comment">/// Printing an empty new line</span></div>
|
|
<div class="line"><span class="lineno"> 31</span> </div>
|
|
<div class="line"><span class="lineno"> 32</span> <span class="comment">// print floats or doubles using `printf` and `min_printf`</span></div>
|
|
<div class="line"><span class="lineno"> 33</span> <a class="code hl_function" href="../../d9/deb/min__printf_8h.html#a33e08c05f8c656a0fee465c2e8d2ecf9">min_printf</a>(<span class="stringliteral">":%f: :%3.6f:\n"</span>, 104.5654, 43.766443332);</div>
|
|
<div class="line"><span class="lineno"> 34</span> printf(<span class="stringliteral">":%f: :%3.6f:\n"</span>, 104.5654, 43.766443332);</div>
|
|
<div class="line"><span class="lineno"> 35</span> </div>
|
|
<div class="line"><span class="lineno"> 36</span> printf(<span class="stringliteral">"\n"</span>);</div>
|
|
<div class="line"><span class="lineno"> 37</span> </div>
|
|
<div class="line"><span class="lineno"> 38</span> <span class="comment">// print integers `printf` and `min_printf`</span></div>
|
|
<div class="line"><span class="lineno"> 39</span> <a class="code hl_function" href="../../d9/deb/min__printf_8h.html#a33e08c05f8c656a0fee465c2e8d2ecf9">min_printf</a>(<span class="stringliteral">":%s: :%4.3s:\n"</span>, <span class="stringliteral">"Hello, World!"</span>, <span class="stringliteral">"Hello, World!"</span>);</div>
|
|
<div class="line"><span class="lineno"> 40</span> printf(<span class="stringliteral">":%s: :%4.3s:\n"</span>, <span class="stringliteral">"Hello, World!"</span>, <span class="stringliteral">"Hello, World!"</span>);</div>
|
|
<div class="line"><span class="lineno"> 41</span> </div>
|
|
<div class="line"><span class="lineno"> 42</span>}</div>
|
|
<div class="ttc" id="amin__printf_8h_html_a33e08c05f8c656a0fee465c2e8d2ecf9"><div class="ttname"><a href="../../d9/deb/min__printf_8h.html#a33e08c05f8c656a0fee465c2e8d2ecf9">min_printf</a></div><div class="ttdeci">void min_printf(char *fmt,...)</div><div class="ttdoc">min_printf is the function same as printf</div><div class="ttdef"><b>Definition:</b> min_printf.h:295</div></div>
|
|
</div><!-- fragment --><div class="dynheader">
|
|
Here is the call graph for this function:</div>
|
|
<div class="dyncontent">
|
|
<div class="center"><div class="zoom"><iframe scrolling="no" frameborder="0" src="../../d5/d5c/test__min__printf_8c_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg" width="100%" height="589"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div><!-- contents -->
|
|
</div><!-- doc-content -->
|
|
<!-- start footer part -->
|
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="../../dir_abf1a26ece768c4076e73592705ae077.html">developer_tools</a></li><li class="navelem"><a class="el" href="../../d5/d5c/test__min__printf_8c.html">test_min_printf.c</a></li>
|
|
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6 </li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|