SAM function SAM-Date-string()

From SoOS

Jump to: navigation, search

Contents

[edit] Name

SAM_Date_string - Get the date of the sam library

[edit] Synopsis

#include <sam.h>
 
char * SAM_Date_string();

[edit] Description

The SAM_Date_string() function returns the date string of the SAM library used.

[edit] Return value

See DESCRIPTION above.

[edit] Errors

None, assumes correct input parameters.

[edit] Examples

Example 0 - Initialization

[edit] See also

SAM_Version_string(), <sam.h>.