代码搜索:automatic
找到约 5,059 项符合「automatic」的源代码
代码结果 5,059
www.eeworm.com/read/494691/6360197
c vfork1.c
#include
#include "ourhdr.h"
int glob = 6; /* external variable in initialized data */
int
main(void)
{
int var; /* automatic variable on the stack */
pid_t pid;
var = 88;
pri
www.eeworm.com/read/490627/6449933
c vfork1.c
#include
#include "ourhdr.h"
int glob = 6; /* external variable in initialized data */
int
main(void)
{
int var; /* automatic variable on the stack */
pid_t pid;
var = 88;
pri
www.eeworm.com/read/476848/6751856
c vfork1.c
#include
#include "ourhdr.h"
int glob = 6; /* external variable in initialized data */
int
main(void)
{
int var; /* automatic variable on the stack */
pid_t pid;
var = 88;
pri
www.eeworm.com/read/408757/11370250
tcl instptch.tcl
# INSTPTCH.TCL - Automatic handling of Tornado patches.
#
# Copyright 1999-2003 Wind River Systems, Inc
#
# modification history
# --------------------
# 01d,06may03,bjl added customized README.TXT a