GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Macros
History.cpp File Reference
#include "unix/History.h"
#include <iostream>
#include <stdlib.h>
#include <assert.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/mman.h>
#include <unistd.h>
#include <errno.h>
Include dependency graph for History.cpp:

Go to the source code of this file.

Macros

#define LINE_SIZE   1024
 

Macro Definition Documentation

#define LINE_SIZE   1024

Definition at line 38 of file History.cpp.

Referenced by HistoryTypeFile::scroll(), and HistoryTypeBuffer::scroll().