代码搜索:line-oriented
找到约 19 项符合「line-oriented」的源代码
代码结果 19
www.eeworm.com/read/189298/8477466
c scanf1.c
/*
** Line-oriented input processing with sscanf
*/
#include
#define BUFFER_SIZE 100 /* Longest line we'll handle */
void
function( FILE *input )
{
int a, b, c, d, e;
char buffe
www.eeworm.com/read/444799/7606498
c scanf1.c
/*
** Line-oriented input processing with sscanf
*/
#include
#define BUFFER_SIZE 100 /* Longest line we'll handle */
void
function( FILE *input )
{
int a, b, c, d, e;
char buffe
www.eeworm.com/read/444091/7618068
c scanf1.c
/*
** Line-oriented input processing with sscanf
*/
#include
#define BUFFER_SIZE 100 /* Longest line we'll handle */
void
function( FILE *input )
{
int a, b, c, d, e;
char buffe
www.eeworm.com/read/436521/7768682
c scanf1.c
/*
** Line-oriented input processing with sscanf
*/
#include
#define BUFFER_SIZE 100 /* Longest line we'll handle */
void
function( FILE *input )
{
int a, b, c, d, e;
char buffe
www.eeworm.com/read/138638/13227334
c scanf1.c
/*
** Line-oriented input processing with sscanf
*/
#include
#define BUFFER_SIZE 100 /* Longest line we'll handle */
void
function( FILE *input )
{
int a, b, c, d, e;
char buffe
www.eeworm.com/read/250662/12393228
c scanf1.c
/*
** Line-oriented input processing with sscanf
*/
#include
#define BUFFER_SIZE 100 /* Longest line we'll handle */
void
function( FILE *input )
{
int a, b, c, d, e;
char buffe
www.eeworm.com/read/223007/14664977
c scanf1.c
/*
** Line-oriented input processing with sscanf
*/
#include
#define BUFFER_SIZE 100 /* Longest line we'll handle */
void
function( FILE *input )
{
int a, b, c, d, e;
char buffe
www.eeworm.com/read/474431/6809338
c scanf1.c
/*
** Line-oriented input processing with sscanf
*/
#include
#define BUFFER_SIZE 100 /* Longest line we'll handle */
void
function( FILE *input )
{
int a, b, c, d, e;
char buffe
www.eeworm.com/read/209207/15225870
qcl makefile.qcl
# Microsoft QuickC Makefile for Bywater BASIC Interpreter
#
# This makefile is for line-oriented QuickC only, not for
# the QuickC integrated environment. To make the program:
# type
www.eeworm.com/read/193974/5137972
py cmd.py
"""A generic class to build line-oriented command interpreters.
Interpreters constructed with this class obey the following conventions:
1. End of file on input is processed as the command 'EOF'.
2.