MCPcopy Create free account
hub / github.com/Yaafe/Yaafe / df_parser_error

Function df_parser_error

src_cpp/yaafe-core/DataFlowParser.y.cpp:1673–1676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1671
1672
1673#include <ctype.h>
1674#include <stdio.h>
1675
1676int df_parser_error(YAAFE::DataFlowContext& context, char* errstr) {
1677 printf("Dataflow parser error: %s\n", errstr);
1678 return -1;
1679}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected