This file is indexed.

/usr/include/yacas/stdfileio.h is in yacas 1.3.6-2+b1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
/** \file stdfileioio.h
 * definitions of input output classes that read and write from file.
 */

#ifndef STDFILEIO_H
#define STDFILEIO_H

#include "yacasbase.h"
#include "lispio.h"
#include "lispenvironment.h"


#include "platfileio.h"


#endif