machinatrix
A very silly Matrix bot written in C
Loading...
Searching...
No Matches
dlpo.h
Go to the documentation of this file.
1
6#include <stdbool.h>
7
8#include "common.h"
9
10#include <tidy.h>
11
13#define DLPO_BASE "https://dicionario.priberam.org"
14
19TidyNode dlpo_find_definitions(TidyNode node);
20
27bool dlpo_print_definitions(FILE *f, TidyDoc doc, TidyNode def);
TidyNode dlpo_find_definitions(TidyNode node)
Finds the element containing the word definitions.
Definition dlpo.c:11
bool dlpo_print_definitions(FILE *f, TidyDoc doc, TidyNode def)
Prints the definitions in plain text.
Definition dlpo.c:15