DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦6b419bea6⟧ TextFile

    Length: 421 (0x1a5)
    Types: TextFile
    Names: »my_wgets.h«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Hotel/my_wgets.h« 

TextFile

/*
 * A possible replacement for curses' wgetstr(). Allows
 * limited editing. Recognizes the erase and kill chars.
 *
 * By Hung Le (mott@ucscb.ucsc.edu  ...!ucbvax!ucscc!ucscb!mott)
 * History:
 *	05/18/89 - Initial version 
 *
 * Release to Public Domain 
 */

/* following the curses's convention */
#define my_getstr(str,size,ret) my_wgetstr(stdscr,str,size,ret)
#define RET 1
#define NO_RET 0
extern int getint();