<libroxml  version="3.0.2" />
contact: tristan.lelong@libroxml.net
Functions
roxml_shell.c File Reference

shell xpath solver sources More...

#include "roxml.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

Go to the source code of this file.

Functions

void print_help (void)
 
void print_usage (const char *progname)
 
int main (int argc, char **argv)
 

Detailed Description

shell xpath solver sources

(C) Copyright 2014 Tristan Lelong trist.nosp@m.an.l.nosp@m.elong.nosp@m.@lib.nosp@m.roxml.nosp@m..net

SPDX-Licence-Identifier: LGPL-2.1+ The author added a static linking exception, see License.txt.

Definition in file roxml_shell.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 32 of file roxml_shell.c.

◆ print_help()

void print_help ( void  )

Definition at line 19 of file roxml_shell.c.

◆ print_usage()

void print_usage ( const char *  progname)

Definition at line 24 of file roxml_shell.c.