NAME
MputDescription - put the description attribute
SYNOPSIS
#include "csf.h"
int MputDescription
(
MAP *m,
char *des
);
PARAMETERS
-
MAP *m
-
the map to get it from
-
char *des
-
the new description string.
Is a C-string, `\0`-terminated
DESCRIPTION
MputDescription writes the description string to a map.
An existing description is overwritten.
RETURNS
0 if not available or in case of error,
nonzero otherwise
SEE ALSO
MgetHistorySize
,
MgetDescriptionSize
,
MgetNrColourPaletteEntries
,
MgetNrGreyPaletteEntries
,
MgetDescription
,
MgetHistory
,
MgetColourPalette
,
MgetGreyPalette
,
MputHistory
,
MputColourPalette
,
MputGreyPalette