yyast/header.c File Reference

#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.


Define Documentation

#define _GNU_SOURCE

Definition at line 25 of file header.c.


Function Documentation

ya_t ya_header ( ya_t document_node  ) 

Create an header node.

Parameters:
document_node The node for the full document.
Returns:
The top node, which includes the header and finally the document.

Definition at line 40 of file header.c.

References YA_BRANCH, ya_clear_position(), and ya_get_filenames().


Generated for yyast-1.0.1 by doxygen 1.5.6