Macaulay2 Engine
Loading...
Searching...
No Matches
◆
put()
[10/19]
void buffer::put
(
long
n
)
Definition at line
52
of file
buffer.cpp
.
53
{
54
const
int
N = 100;
55
char
s
[N];
56
snprintf(
s
, N,
"%ld"
, n);
57
put
(
s
, strlen(
s
));
58
}
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