1
0
mirror of https://gitlab.com/rnger/amath synced 2025-10-06 02:49:59 +00:00
Files
amath/doc/man/man3/start.h.3
2017-01-24 22:03:15 +01:00

116 lines
3.0 KiB
Groff

.TH "app/localize/start.h" 3 "Tue Jan 24 2017" "Version 1.6.2" "amath" \" -*- nroff -*-
.ad l
.nh
.SH NAME
app/localize/start.h \- Start message and version text\&.
.SH SYNOPSIS
.br
.PP
\fC#include 'clib\&.h'\fP
.br
.SS "Macros"
.in +1c
.ti -1c
.RI "#define \fBTXTFPU\fP \fBEMPTYSTRING\fP"
.br
.ti -1c
.RI "#define \fBTXTOPTMSG\fP \fBEMPTYSTRING\fP"
.br
.ti -1c
.RI "#define \fBTXTARCH\fP TXTCPU \fBTXTFPU\fP"
.br
.ti -1c
.RI "#define \fBRELDATESTAMP\fP '(24\-01\-2017)'"
.br
.ti -1c
.RI "#define \fBTXTDOSVERSION\fP '\\0$VER: amath 1\&.62' SPACE \fBRELDATESTAMP\fP \fBSPACE\fP \fBTXTARCH\fP"
.br
.ti -1c
.RI "#define \fBTXTTITLE\fP 'amath version 1\&.6\&.2'"
.br
.ti -1c
.RI "#define \fBTXTCOPYRIGHT\fP '(c) 2017 Carsten Sonne Larsen'"
.br
.ti -1c
.RI "#define \fBTXTSTARTMSG\fP \fBTXTTITLE\fP \fBSPACE\fP \fBTXTCOPYRIGHT\fP"
.br
.ti -1c
.RI "#define \fBTXTVERSMSG\fP \fBTXTTITLE\fP \fBSPACE\fP \fBRELDATESTAMP\fP \fBSPACE\fP \fBTXTARCH\fP"
.br
.ti -1c
.RI "#define \fBTXTCOMPMSG\fP 'Compiled with ' COMP_NAME \fBSPACE\fP COMP_VERS \fBTXTOPTMSG\fP"
.br
.ti -1c
.RI "#define \fBTXTEXTCOPYRIGHT\fP"
.br
.in -1c
.SH "Detailed Description"
.PP
Start message and version text\&.
.PP
Definition in file \fBstart\&.h\fP\&.
.SH "Macro Definition Documentation"
.PP
.SS "#define RELDATESTAMP '(24\-01\-2017)'"
.PP
Definition at line 120 of file start\&.h\&.
.SS "#define TXTARCH TXTCPU \fBTXTFPU\fP"
.PP
Definition at line 119 of file start\&.h\&.
.SS "#define TXTCOMPMSG 'Compiled with ' COMP_NAME \fBSPACE\fP COMP_VERS \fBTXTOPTMSG\fP"
.PP
Definition at line 127 of file start\&.h\&.
.SS "#define TXTCOPYRIGHT '(c) 2017 Carsten Sonne Larsen'"
.PP
Definition at line 123 of file start\&.h\&.
.SS "#define TXTDOSVERSION '\\0$VER: amath 1\&.62' SPACE \fBRELDATESTAMP\fP \fBSPACE\fP \fBTXTARCH\fP"
.PP
Definition at line 121 of file start\&.h\&.
.SS "#define TXTEXTCOPYRIGHT"
\fBValue:\fP
.PP
.nf
"This software contains copyrighted material by:" NEWLINE \
"The Regents of the University of California" NEWLINE \
"The NetBSD Foundation, Inc\&." NEWLINE \
"Sun Microsystems, Inc\&." NEWLINE "Ryan Juckett" NEWLINE NEWLINE \
"Portions of the code have been contributed by:" NEWLINE \
"Stephen L\&. Moshier" NEWLINE "Stefan Haubenthal" NEWLINE \
"Ryan Juckett" NEWLINE "Chris Torek" NEWLINE "Mike Hibler"
.fi
.PP
Definition at line 129 of file start\&.h\&.
.SS "#define TXTFPU \fBEMPTYSTRING\fP"
.PP
Definition at line 101 of file start\&.h\&.
.SS "#define TXTOPTMSG \fBEMPTYSTRING\fP"
.PP
Definition at line 116 of file start\&.h\&.
.SS "#define TXTSTARTMSG \fBTXTTITLE\fP \fBSPACE\fP \fBTXTCOPYRIGHT\fP"
.PP
Definition at line 124 of file start\&.h\&.
.SS "#define TXTTITLE 'amath version 1\&.6\&.2'"
.PP
Definition at line 122 of file start\&.h\&.
.SS "#define TXTVERSMSG \fBTXTTITLE\fP \fBSPACE\fP \fBRELDATESTAMP\fP \fBSPACE\fP \fBTXTARCH\fP"
.PP
Definition at line 126 of file start\&.h\&.
.SH "Author"
.PP
Generated automatically by Doxygen for amath from the source code\&.