PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ yystrlen()

static YYPTRDIFF_T yystrlen ( const char *  yystr)
static

Definition at line 1287 of file lwin_wkt_parse.c.

1288 {
1289  YYPTRDIFF_T yylen;
1290  for (yylen = 0; yystr[yylen]; yylen++)
1291  continue;
1292  return yylen;
1293 }
#define YYPTRDIFF_T

References YYPTRDIFF_T.

Referenced by yysyntax_error(), and yytnamerr().

Here is the caller graph for this function: