FFORCE

Section: MiNT SYSTEM CALLS (2)
Updated: 3 March 1993
Index Return to Main Contents
 

NAME

Fforce - redirect a standard channel  

SYNOPSIS

#include <osbind.h>

int Fforce(int stdhandle, int nonstdh);
 

DESCRIPTION

A standard channel with handle stdhandle is redirected to a file with handle nonstdh. Standard handles are:

  0   keyboard (stdin)
  1   screen (stdout)
  2   serial port
  3   parallel port
  4   MIDI input        (MiNT)
  5   MIDI output       (MiNT)  

RETURN VALUES

0 on success  

SEE ALSO

Fdup(2), Fpipe(2), Fmidipipe(2)


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 08:59:58 GMT, February 14, 2025