GRASS GIS 8 Programmer's Manual
8.5.0dev(2025)-a277d8547c
|
GIS Library - Argument parsing functions (Markdown output - CLI) More...
#include <stdio.h>
#include <string.h>
#include <grass/gis.h>
#include <grass/glocale.h>
#include "parser_local_proto.h"
Go to the source code of this file.
Functions | |
void | G__md_print_cli_short_version (FILE *file, const char *indent) |
void | G__md_print_cli_long_version (FILE *file, const char *indent) |
GIS Library - Argument parsing functions (Markdown output - CLI)
(C) 2025 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file parser_md_cli.c.
void G__md_print_cli_long_version | ( | FILE * | file, |
const char * | indent | ||
) |
Definition at line 282 of file parser_md_cli.c.
References G__uses_new_gisprompt(), NULL, and st.
Referenced by G__usage_markdown().
void G__md_print_cli_short_version | ( | FILE * | file, |
const char * | indent | ||
) |
Definition at line 210 of file parser_md_cli.c.
Referenced by G__usage_markdown().