代码搜索:readline
找到约 2,619 项符合「readline」的源代码
代码结果 2,619
www.eeworm.com/read/307811/13714833
ac configure.ac
# Process this file with autoconf to produce a configure script.
AC_INIT(freediag, 0.3, freediag-discuss@lists.sourceforge.net)
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_SRCDIR(diag.h)
AC_PROG_CC
# Chec
www.eeworm.com/read/133539/14036271
in configure.in
dnl Configure script for Goose
dnl The argument is a file that must exist in the source directory
AC_INIT(./src/containers/RealSet.h)
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_SYSTEM
GOOSE_MAJOR_VE
www.eeworm.com/read/130105/5964882
c main.c
/* this file is for creating a version of EiC which
* does not link to its implementation of the
* standard C library nor does it use readline.
*
*
* To build this version:
*
* ma
www.eeworm.com/read/101135/6238798
3 editline.3
EDITLINE(3) Minix Programmer's Manual EDITLINE(3)
NAME
editline - command-line editing library with history
SYNOPSIS
char *
readline(prompt)
www.eeworm.com/read/16793/690730
makefile
# This is the Makefile for the examples subdirectory of readline. -*- text -*-
#
# Copyright (C) 1994 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or
www.eeworm.com/read/110432/15533698
h defin.h
/*
FILENAME FUNCTION DESCRIPTION OF FUNCTION
DEFIN.C -----------> Text file - definition only - this file
VC.C main() primarily a menu
readline() read a
www.eeworm.com/read/102720/15761864
3 editline.3
EDITLINE(3) Minix Programmer's Manual EDITLINE(3)
NAME
editline - command-line editing library with history
SYNOPSIS
char *
readline(prompt)
www.eeworm.com/read/119983/14814590
java telephoneuserenquire.java
package net;
import java.io.*;
import java.net.*;
/**
* 在这里插入类型说明。
* 建立日期:(00-8-2 10:38:52)
* @程序设计者:
*/
public class TelephoneUserEnquire {
/**
* TelephoneUserEnquire 构造子注释。
*/
pu
www.eeworm.com/read/277681/7097075
txt du.txt
BufferedReader in = new BufferedReader (new FileReader("C:/abc.txt"));
String s;
while((s = in.readLine()) != null)
{
//自己处理s
}Top
stopwords =
www.eeworm.com/read/144212/5752781
makefile
# This is the Makefile for the examples subdirectory of readline. -*- text -*-
#
# Copyright (C) 1994 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or mo