代码搜索:automatic
找到约 5,059 项符合「automatic」的源代码
代码结果 5,059
www.eeworm.com/read/455274/7375094
hwl c_layout.hwl
OPEN source 0 0 52 92
Source < attributes TOOLTIP on,TOOLTIP_FORMAT signed,TOOLTIP_MODE details,FREEZE off,MARKS off
OPEN data 53 5 43 87
Data < attributes SCOPE global,COMPLEMENT None,FORMAT Symb,
www.eeworm.com/read/455273/7375130
hwl c_layout.hwl
OPEN source 0 0 60 39
Source < attributes TOOLTIP on,TOOLTIP_FORMAT signed,TOOLTIP_MODE details,FREEZE off,MARKS off
OPEN data 19 24 58 62
Data < attributes SCOPE global,COMPLEMENT None,FORMAT Symb
www.eeworm.com/read/452695/7436385
c program9_04.c
/* Program 9.4 Static versus automatic variables */
#include
/* Function prototypes */
void test1(void);
void test2(void);
int main(void)
{
for(int i = 0; i < 5; i++ )
{
www.eeworm.com/read/289562/7805644
c vfork3.c
#include "apue.h"
static void f1(void), f2(void);
int
main(void)
{
f1();
f2();
_exit(0);
}
static void
f1(void)
{
pid_t pid;
if ((pid = vfork()) < 0)
err_sys("vfork error");
/* child and p
www.eeworm.com/read/289562/7805953
7 figc.7
#include "apue.h"
static void f1(void), f2(void);
int
main(void)
{
f1();
f2();
_exit(0);
}
static void
f1(void)
{
pid_t pid;
if ((pid = vfork()) < 0)
err_sys("vfork error");
/* child and p
www.eeworm.com/read/198616/7922911
c vfork3.c
#include "apue.h"
static void f1(void), f2(void);
int
main(void)
{
f1();
f2();
_exit(0);
}
static void
f1(void)
{
pid_t pid;
if ((pid = vfork()) < 0)
err_sys("vfork error");
/* child and p
www.eeworm.com/read/198616/7923979
7 figc.7
#include "apue.h"
static void f1(void), f2(void);
int
main(void)
{
f1();
f2();
_exit(0);
}
static void
f1(void)
{
pid_t pid;
if ((pid = vfork()) < 0)
err_sys("vfork error");
/* child and p
www.eeworm.com/read/297561/8010428
rpt full-adder.rpt
Project Informationf:\school\semester two exam\4bit-adder-subtracter\full-adder.rpt
MAX+plus II Compiler Report File
Version 10.2 07/10/2002
Compiled: 05/06/2007 07:30:01
Copyright (C) 1988-20
www.eeworm.com/read/332098/12779720
c vfork3.c
#include "apue.h"
static void f1(void), f2(void);
int
main(void)
{
f1();
f2();
_exit(0);
}
static void
f1(void)
{
pid_t pid;
if ((pid = vfork()) < 0)
err_sys("vfork error");
/* child and p
www.eeworm.com/read/332098/12780523
7 figc.7
#include "apue.h"
static void f1(void), f2(void);
int
main(void)
{
f1();
f2();
_exit(0);
}
static void
f1(void)
{
pid_t pid;
if ((pid = vfork()) < 0)
err_sys("vfork error");
/* child and p