Version 6.3
Copyright © 2005 - 2012 Lowell D. Thomas
APG
  … ABNF Parser Generator
All Data Structures Files Functions Variables Typedefs Macros Pages
Functions
UdtLibDemo.c File Reference

Demonstrates how to use the UDT library that comes with APG. More...

#include "main.h"
#include "UdtLibGrammar.h"

Go to the source code of this file.

Functions

void vDemoUdts ()
 

Detailed Description

Demonstrates how to use the UDT library that comes with APG.

Definition in file UdtLibDemo.c.

Function Documentation

◆ vDemoUdts()

void vDemoUdts ( )

Demonstrates the use of the Parser's UDT library. The test output is written to UdtLib.output.

  • tests all functions in the UDT library
  • demonstrates how they are implemented in an application

Definition at line 39 of file UdtLibDemo.c.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/licenses.html or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.