[ Previous | Next | Contents | Home | Search ]
AIX Version 4.3 Understanding the Diagnostic Subsystem for AIX

diag_asl_clear_screen

Purpose

Clears the screen.

Syntax

#include     <diag/diago.h>

long  diag_asl_clear_screen (  )

Description

The diag_asl_clear_screen subroutine is used to clear the screen.

Parameters

Takes no parameters.

Return Value

The following values are returned:

DIAG_ASL_OK Successful return.
DIAG_ASL_FAIL Not called following diag_asl_init() and before diag_asl_quit().

[ Previous | Next | Contents | Home | Search ]