GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#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>
Go to the source code of this file.
Macros | |
#define | LINE_SIZE 1024 |
#define LINE_SIZE 1024 |
Definition at line 38 of file History.cpp.
Referenced by HistoryTypeFile::scroll(), and HistoryTypeBuffer::scroll().