GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
getgrent.cc File Reference
#include <string>
#include <sys/types.h>
#include "oct-group.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "oct-map.h"
#include "ov.h"
#include "ovl.h"
#include "utils.h"
Include dependency graph for getgrent.cc:

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list Fgetgrent (const octave_value_list &args, int) opening it if necessary. Once the end of data has been reached
 
static octave_value mk_gr_map (const octave::sys::group &gr)
 

Function Documentation

◆ Fgetgrent()

OCTAVE_EXPORT octave_value_list Fgetgrent ( const octave_value_list args,
int   
)

◆ mk_gr_map()