HomeManualTopicsTypesSymbols

std_types::file_descriptor/std::load

loads data from a *file descriptor*

Parameter

fd
the file descriptor

Results

None

Description

The read data is not converted from utf-8.

This function needs I/O-access rights.

Example

load! $buf STDIN_FILENO

Topic

Input-Output

Implements

std::load load data

See also

std_types::string/std::load loads data from a file