Aprepro
5.0x
Loading...
Searching...
No Matches
apr_getline.h
Go to the documentation of this file.
1
2
/*
3
* Copyright (C) 1991, 1992, 1993, 2022, 2023, 2024, 2024 by Chris Thewalt (thewalt@ce.berkeley.edu)
4
*
5
* Permission to use, copy, modify, and distribute this software
6
* for any purpose and without fee is hereby granted, provided
7
* that the above copyright notices appear in all copies and that both the
8
* copyright notice and this permission notice appear in supporting
9
* documentation. This software is provided "as is" without express or
10
* implied warranty.
11
*
12
* Thanks to the following people who have provided enhancements and fixes:
13
* Ron Ueberschaer, Christoph Keller, Scott Schwartz, Steven List,
14
* DaviD W. Sanderson, Goran Bostrom, Michael Gleason, Glenn Kasten,
15
* Edin Hodzic, Eric J Bivona, Kai Uwe Rommel, Danny Quah, Ulrich Betzler
16
*/
17
18
#pragma once
19
20
namespace
SEAMS
{
21
char
*
getline_int
(
const
char
*);
/* read a line of input */
22
void
gl_setwidth
(
size_t
);
/* specify width of screen */
23
void
gl_histadd
(
const
char
*);
/* adds entries to hist */
24
}
// namespace SEAMS
SEAMS
Definition
apr_aprepro.cc:57
SEAMS::gl_histadd
void gl_histadd(const char *buf)
Definition
apr_getline.cc:733
SEAMS::gl_setwidth
void gl_setwidth(size_t w)
Definition
apr_getline.cc:298
SEAMS::getline_int
char * getline_int(const char *prompt)
Definition
apr_getline.cc:312
apr_getline.h
Generated by
1.12.0