[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_Asctime

Overview

Perform asctime_r

Syntax

    char* Ns_Asctime (
    const struct tm* tmPtr
    );

Description

This function is a wrapper around asctime_r(3C). This converts a tm struture to a 26-character string. The value returned by this function will be changed by additional calls to it within the same thread, so make a copy of the value if needed.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1998-99 America Online, Inc.