36ee1e | 2015-10-12 | Pontus Östlund | | <!doctype html>
|
5a6e09 | 2011-12-03 | Henrik Grubbström (Grubba) | | <html>
<head>
|
36ee1e | 2015-10-12 | Pontus Östlund | | <meta content="width=device-width, initial-scale=1" name="viewport">
|
7e5ead | 2016-01-20 | Pontus Östlund | | <meta charset="utf-8">
|
c0c2c8 | 2016-11-14 | Pontus Östlund | | <title>ADT.struct()->put_bignum() - Pike Reference Manual</title>
|
078087 | 2016-10-04 | Pontus Östlund | | |
36ee1e | 2015-10-12 | Pontus Östlund | | <link rel='stylesheet' href='../../../../style.css'>
<script src='../../../../site.js'></script>
|
078087 | 2016-10-04 | Pontus Östlund | | <script src='../../../../constants.js'></script>
<script>PikeDoc.NO_DYNAMIC = true;</script>
|
0851b0 | 2012-03-11 | Tobias S. Josefowitz | | <style type='text/css'>
|
e8d674 | 2002-12-05 | H. William Welliver III | | svg line { stroke:#343434; stroke-width:2; }
svg text { fill:#343434; }
svg a { fill:#0768b2; text-decoration: underline; }
</style>
|
5a6e09 | 2011-12-03 | Henrik Grubbström (Grubba) | | </head>
|
36ee1e | 2015-10-12 | Pontus Östlund | | <body>
|
5a6e09 | 2011-12-03 | Henrik Grubbström (Grubba) | | <header>
|
36ee1e | 2015-10-12 | Pontus Östlund | | <div class="header">
|
0e3f09 | 2016-04-19 | Henrik Grubbström (Grubba) | | <div id="version"><strong data-id="version"></strong></div>
|
ed0b3d | 2016-12-10 | Martin Nilsson | | <button id="burger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</button> |
7e5ead | 2016-01-20 | Pontus Östlund | | <h1>
|
0e3f09 | 2016-04-19 | Henrik Grubbström (Grubba) | | <a href="http://pike.lysator.liu.se/" class="logo">
|
7e5ead | 2016-01-20 | Pontus Östlund | | <span>Pike programming language</span>
</a>
</h1>
|
587868 | 2012-02-05 | Henrik Grubbström (Grubba) | | </div>
|
5a6e09 | 2011-12-03 | Henrik Grubbström (Grubba) | | </header>
|
36ee1e | 2015-10-12 | Pontus Östlund | | <div id="page">
|
587868 | 2012-02-05 | Henrik Grubbström (Grubba) | | <div class="navbar">
|
36ee1e | 2015-10-12 | Pontus Östlund | | <nav>
|
7e5ead | 2016-01-20 | Pontus Östlund | | <div class="inner" id="navbar">
|
36ee1e | 2015-10-12 | Pontus Östlund | | <a href='../../../../index.html'><b class='top head'>Top</b></a>
|
e8d674 | 2002-12-05 | H. William Welliver III | | <a href='../../../../ex/predef_3A_3A/ADT.html'><b class='head'>ADT</b></a>
<a href='../../../../ex/predef_3A_3A/ADT/struct.html'><b class='head'>ADT.struct</b></a>
<script></script>
<noscript>
<div class='sidebar'>
<a href='../../../../ex/predef_3A_3A/ADT/struct/index.html'><b>Symbol index</b></a><br />
</div>
</noscript>
|
36ee1e | 2015-10-12 | Pontus Östlund | | </div>
</nav>
|
587868 | 2012-02-05 | Henrik Grubbström (Grubba) | | </div>
|
36ee1e | 2015-10-12 | Pontus Östlund | | <div class="content">
<div class="navbox">
<nav>
<div class="sidebar">
<a href="../../../../ex/predef_3A_3A/ADT/struct/pop_data.html" class="prev"><span>➤</span> ADT.struct()->pop_data()</a>
<a href="../../../../ex/predef_3A_3A/ADT/struct/put_fix_string.html" class="next">ADT.struct()->put_fix_string() <span>➤</span></a>
</div>
</nav>
</div>
<div class="contentbox">
<article>
<h1>Method ADT.struct()->put_bignum()</h1>
|
e8d674 | 2002-12-05 | H. William Welliver III | |
<hr />
<dl class='group--doc'>
<dt class='head--type'><span class='homogen--type'>Method</span>
<span class='homogen--name'><b>put_bignum</b></span>
</dt>
|
b0a5b2 | 2022-11-20 | Henrik Grubbström (Grubba) | | <dd><p><code><code class='object resolved'><a class='ms reference' href='../../../predef_3A_3A/ADT/struct.html'>this_program</a></code> <b><span class='method'>put_bignum</span>(</b><code class='object resolved'><a class='ms reference' href='../../../predef_3A_3A/Gmp/mpz.html'>Gmp.mpz</a></code> <code class='argument'>i</code>, <code class='datatype'>int(1..)</code>|<code class='datatype'>void</code> <code class='argument'>len_width</code><b>)</b></code></p></dd>
|
e09624 | 2003-03-07 | Martin Nilsson | |
<dt class='head--doc'>Description</dt>
<dd class='body--doc'><p>Appends a bignum <code class='reference paramref'>i</code> as a variable string preceded with an
unsigned integer of the size <code class='reference paramref'>len_width</code> declaring the length
of the string. <code class='reference paramref'>len_width</code> defaults to 2.</p>
|
e8d674 | 2002-12-05 | H. William Welliver III | | </dd></dl>
|
36ee1e | 2015-10-12 | Pontus Östlund | | </article>
</div>
|
587868 | 2012-02-05 | Henrik Grubbström (Grubba) | | </div>
</div>
|
36ee1e | 2015-10-12 | Pontus Östlund | | <footer>
|
078087 | 2016-10-04 | Pontus Östlund | | <div id="build-date">Extracted from <strong data-id="version"></strong> as of <strong data-id="date" data-timestamp=""></strong>.</div>
|
36ee1e | 2015-10-12 | Pontus Östlund | | </footer>
|
7e5ead | 2016-01-20 | Pontus Östlund | | <script>PikeDoc.current = {"link":"ex/predef_3A_3A/ADT/struct/put_bignum.html","name":"put_bignum"};</script>
|
e8d674 | 2002-12-05 | H. William Welliver III | | <script src='../../../../ex/predef_3A_3A/ADT/struct/index.js'></script>
<script src='../../../../ex/predef_3A_3A/ADT/struct/load_index.js'></script>
|
7e5ead | 2016-01-20 | Pontus Östlund | | <script>
// Tell PikeDoc that next actions are from loaded scripts
PikeDoc.isInline = false;
</script>
</body>
|
b70756 | 2011-03-06 | Henrik Grubbström (Grubba) | | </html>
|