#include <stdlib.h>
#include <stdio.h>
#include <inttypes.h>
#include <stdint.h>
#include <math.h>
#include <limits.h>
#include <errno.h>
#include <unistd.h>
#include <string.h>
#include <stdarg.h>
#include <yyast/node.h>
#include <yyast/header.h>
#include <yyast/count.h>
Go to the source code of this file.
Defines | |
#define | _GNU_SOURCE |
Functions | |
ya_t | ya_header (ya_t *document_node) |
Create an header node. |
Create an header node.
document_node | The node for the full document. |
Definition at line 40 of file header.c.
References YA_BRANCH, ya_clear_position(), and ya_get_filenames().