Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 13, 2020 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/47d991078739f5c6af45f76d80e4d94d to your computer and use it in GitHub Desktop.
Save parzibyte/47d991078739f5c6af45f76d80e4d94d to your computer and use it in GitHub Desktop.
te_expr *expresion = te_compile(ecuacion, variables, numeroVariables, 0);
if (!expresion) {
printf("Error en la expresion");
return EXIT_FAILURE;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment