Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ syscall(3) — Amiga System V Release 4 Version 1.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

intro(2)

pipe(2)



syscall(3)             C LIBRARY FUNCTIONS             syscall(3)



NAME
     syscall - indirect system call

SYNOPSIS
     cc [ flag... ] file ... -lucb
     #include <sys/syscall.h>
     int syscall(number, arg, ...)

DESCRIPTION
     syscall performs the system  call  whose  assembly  language
     interface  has  the specified number, and arguments arg ....
     Symbolic constants for system calls  can  be  found  in  the
     header file /usr/include/sys/syscall.h.

RETURN VALUE
     When the C-bit is set,  syscall  returns  -1  and  sets  the
     external variable errno (see intro(2)).

SEE ALSO
     intro(2), pipe(2) in the Programmer's Reference Manual.



































             Last change: BSD Compatibility Package             1



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