2 * (c) Oleg Puchinin 2006.
3 * graycardinalster@gmail.com
10 char * ww_begin_offset (struct tt_state_t
* d_tt_state
, char *d_out
, int d_offset
)
12 char *S
= &d_tt_state
->d_file_in
[d_offset
] - 1;
13 char * d_real
= &d_out
[strlen (d_out
)] - 1;
15 while (d_real
!= d_out
) {
16 if (*d_real
== ' ' || *d_real
== '\t') {
17 while (*S
== ' ' || *S
== '\t')
20 while ((*d_real
== ' ' || *d_real
== '\t')