代码搜索:automatic
找到约 5,059 项符合「automatic」的源代码
代码结果 5,059
www.eeworm.com/read/476738/6749092
c sysfile.c
#include "calld.h"
static FILE *fpsys = NULL;
static int syslineno; /* for error messages */
static char sysline[MAXLINE];
/* can't be automatic; sys_next() returns pointers into here */
/*
*
www.eeworm.com/read/476738/6749094
c dialfile.c
#include "calld.h"
static FILE *fpdial = NULL;
static int diallineno; /* for error messages */
static char dialline[MAXLINE];
/* can't be automatic; dial_next() returns pointers into here */
/*
www.eeworm.com/read/476848/6751819
c dialfile.c
#include "calld.h"
static FILE *fpdial = NULL;
static int diallineno; /* for error messages */
static char dialline[MAXLINE];
/* can't be automatic; dial_next() returns pointers into here */
/*
www.eeworm.com/read/264377/11317469
c sysfile.c
#include "calld.h"
static FILE *fpsys = NULL;
static int syslineno; /* for error messages */
static char sysline[MAXLINE];
/* can't be automatic; sys_next() returns pointers into here */
/*
*
www.eeworm.com/read/264377/11317471
c dialfile.c
#include "calld.h"
static FILE *fpdial = NULL;
static int diallineno; /* for error messages */
static char dialline[MAXLINE];
/* can't be automatic; dial_next() returns pointers into here */
/*
www.eeworm.com/read/403011/11524355
cpp auto.cpp
// auto.cpp -- illustrating scope of automatic variables
#include
void oil(int x);
int main()
{
using namespace std;
int texas = 31;
int year = 1999;
cout
www.eeworm.com/read/403009/11524660
cpp auto.cpp
// auto.cpp -- illustrating scope of automatic variables
#include
void oil(int x);
int main()
{
using namespace std;
int texas = 31;
int year = 1999;
cout
www.eeworm.com/read/155611/11860901
asm ex2_8051r_cstart.asm
;
; Startup code automatically generated and updated by:
; TASKING Tools for 8051 v6.0 r1 (build version: 1.86)
; Do not edit unless switching off the automatic generation
; checkbox i
www.eeworm.com/read/155611/11860936
asm ex1_8051r_cstart.asm
;
; Startup code automatically generated and updated by:
; TASKING Tools for 8051 v6.0 r1 (build version: 1.86)
; Do not edit unless switching off the automatic generation
; checkbox i
www.eeworm.com/read/253405/12226000
c sysfile.c
#include "calld.h"
static FILE *fpsys = NULL;
static int syslineno; /* for error messages */
static char sysline[MAXLINE];
/* can't be automatic; sys_next() returns pointers into here */
/*
*