921e5a0eb4
From-SVN: r14840
7 lines
65 B
C
7 lines
65 B
C
char_autoincr (b1, c)
|
|
short *b1;
|
|
short c;
|
|
{
|
|
*b1 = c;
|
|
}
|