My Project
Functions
polymake_documentation.h File Reference
#include "kernel/mod2.h"

Go to the source code of this file.

Functions

void init_polymake_help ()
 

Function Documentation

◆ init_polymake_help()

void init_polymake_help ( )

Definition at line 6 of file polymake_documentation.cc.

7{
8 const char *polymake_banner =
9 "Welcome to polymake version\nCopyright (c) 1997-2015\nEwgenij Gawrilow, Michael Joswig (TU Darmstadt)\nhttp://www.polymake.org\n";
10
11 PrintS(polymake_banner);
12}
void PrintS(const char *s)
Definition: reporter.cc:284