Functions
polymake_documentation.cc File Reference
#include <kernel/mod2.h>
#include <Singular/ipid.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 22 of file polymake_documentation.cc.

23 {
24  const char *polymake_banner =
25  "Welcome to polymake version\nCopyright (c) 1997-2015\nEwgenij Gawrilow, Michael Joswig (TU Darmstadt)\nhttp://www.polymake.org\n";
26 
27  PrintS(polymake_banner);
28 }
void PrintS(const char *s)
Definition: reporter.cc:284