GRASS 8 Programmer's Manual
8.6.0dev(2026)-1d1e47ad9d
Loading...
Searching...
No Matches
struct_copy.c
Go to the documentation of this file.
1
int
struct_copy
(
char
*
To
,
char
*
From
,
int
size)
2
{
3
for
(; size; size--)
4
*
To
++ = *
From
++;
5
6
return
0;
7
}
AMI_STREAM
Definition
ami_stream.h:153
struct_copy
int struct_copy(char *To, char *From, int size)
Definition
struct_copy.c:1
lib
dspf
struct_copy.c
Generated on Fri Apr 3 2026 06:59:52 for GRASS 8 Programmer's Manual by
1.9.8