Macaulay2 Engine
Loading...
Searching...
No Matches
◆
put()
[8/19]
void buffer::put
(
int
n
)
Definition at line
36
of file
buffer.cpp
.
37
{
38
const
int
N = 100;
39
char
s
[N];
40
snprintf(
s
, N,
"%d"
, n);
41
put
(
s
, strlen(
s
));
42
}
buffer::put
void put(const char *s)
Definition
buffer.cpp:35
s
void size_t s
Definition
m2-mem.cpp:271
References
put()
, and
s
.
buffer
Generated on
for Macaulay2 Engine by
1.15.0