代码搜索结果
找到约 174,363 项符合
Input 的代码
input.h
// A convenient thin interface to the input stream
#ifndef __INPUT_H
#define __INPUT_H
typedef int (*INTFN) ();
namespace Input {
int lineno() ;
string filename() ;
bool open(const char
input.java
/*
* $Id: Input.java 3763 2006-11-28 10:36:33Z mortenv $
*
* Copyright 2002-2004 Norwegian University of Science and Technology
*
* This file is part of Network Administration Visualized (NAV)
input.java
/*
* $Id: Input.java 3757 2006-11-24 12:31:59Z mortenv $
*
* Copyright 2000-2005 Norwegian University of Science and Technology
*
* This file is part of Network Administration Visualized (NAV)
test.input
Any input is ok for this scanner.
We only care if it links.
test.input
Any input is ok for this scanner.
We only care if it links.
test.input
Any input will do for this test.
We are only testing if it actually runs in debug mode.
test-2.input
Beginning of "test-2.input".
#include
End of "test-2.input".
test-3.input
Beginning of "test-3.input".
End of "test-3.input".
test-1.input
Beginning of "test-1.input".
#include
End of "test-1.input".
test-2.input
Beginning of "test-2.input".
#include
End of "test-2.input".