Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ alarm(3F) — SunOS 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

alarm(3C)

sleep(3F)

signal(3F)

ALARM(3F)  —  System Interface Manual — Fortran Interfaces

NAME

alarm − execute a subroutine after a specified time

SYNOPSIS

integer function alarm (time, proc)
integer time
external proc

DESCRIPTION

This routine arranges for subroutine proc to be called after time seconds. If time is “0”, the alarm is turned off and no routine will be called.  The returned value will be the time remaining on the last alarm. 

FILES

/usr/lib/libU77.a

SEE ALSO

alarm(3C), sleep(3F), signal(3F)

Sun System Release 1.0  —  23 August 1983

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026