PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ yystpcpy()

static char * yystpcpy ( char *  yydest,
const char *  yysrc 
)
static

Definition at line 1304 of file lwin_wkt_parse.c.

1305{
1306 char *yyd = yydest;
1307 const char *yys = yysrc;
1308
1309 while ((*yyd++ = *yys++) != '\0')
1310 continue;
1311
1312 return yyd - 1;
1313}

Referenced by yytnamerr().

Here is the caller graph for this function: