This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
/**
|
||||
* @PROJECT AerScript Interpreter
|
||||
* @COPYRIGHT See COPYING in the top level directory
|
||||
* @FILE modules/xml/lib.c
|
||||
* @DESCRIPTION XML parser module for AerScript Interpreter
|
||||
* @DEVELOPERS Symisc Systems <devel@symisc.net>
|
||||
* Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||
*/
|
||||
#include "lib.h"
|
||||
|
||||
/* Tokenize an entire XML input */
|
||||
|
@@ -1,3 +1,11 @@
|
||||
/**
|
||||
* @PROJECT AerScript Interpreter
|
||||
* @COPYRIGHT See COPYING in the top level directory
|
||||
* @FILE modules/xml/lib.h
|
||||
* @DESCRIPTION XML parser module for AerScript Interpreter
|
||||
* @DEVELOPERS Symisc Systems <devel@symisc.net>
|
||||
* Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||
*/
|
||||
#ifndef __LIB_H__
|
||||
#define __LIB_H__
|
||||
|
||||
|
@@ -1,3 +1,11 @@
|
||||
/**
|
||||
* @PROJECT AerScript Interpreter
|
||||
* @COPYRIGHT See COPYING in the top level directory
|
||||
* @FILE modules/xml/xml.c
|
||||
* @DESCRIPTION XML parser module for AerScript Interpreter
|
||||
* @DEVELOPERS Symisc Systems <devel@symisc.net>
|
||||
* Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||
*/
|
||||
#include "xml.h"
|
||||
|
||||
/*
|
||||
|
@@ -1,3 +1,11 @@
|
||||
/**
|
||||
* @PROJECT AerScript Interpreter
|
||||
* @COPYRIGHT See COPYING in the top level directory
|
||||
* @FILE modules/xml/xml.h
|
||||
* @DESCRIPTION XML parser module for AerScript Interpreter
|
||||
* @DEVELOPERS Symisc Systems <devel@symisc.net>
|
||||
* Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||
*/
|
||||
#ifndef __XML_H__
|
||||
#define __XML_H__
|
||||
|
||||
|
Reference in New Issue
Block a user