mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-14 02:15:10 +00:00
[ADD/WIP] Codenames, try to get codeblocks basics
Mostly focused on the LMDB support right now, sorry!
This commit is contained in:
parent
93d7b0f8e0
commit
61b248363d
7 changed files with 42 additions and 10 deletions
|
|
@ -1,6 +1,12 @@
|
|||
#ifndef PARSEE_FORM_H
|
||||
#define PARSEE_FORM_H
|
||||
|
||||
/*-*
|
||||
* This is a szt of macros to handle XML forms. Aya does not yet support
|
||||
* macros. TODO!
|
||||
* --------
|
||||
* Written-By: LDA */
|
||||
|
||||
#define Report(id, label) do \
|
||||
{ \
|
||||
field = XMLCreateTag("field"); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue