代码搜索:automatic
找到约 5,059 项符合「automatic」的源代码
代码结果 5,059
www.eeworm.com/read/217289/14970331
rpt key2.rpt
Project Information e:\cal\key2.rpt
MAX+plus II Compiler Report File
Version 10.2 07/10/2002
Compiled: 06/07/2007 10:39:41
Copyright (C) 1988-2002 Al
www.eeworm.com/read/114924/15033931
c vfork3.c
#include
#include "ourhdr.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("vfor
www.eeworm.com/read/209853/15212755
cpp static_cast.cpp
//: C03:static_cast.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
void func(int) {}
int main()
www.eeworm.com/read/209261/15224390
lbl 03-01.lbl
;
; VAG-COM Redirect File
;
; Component: Engine (#01)
;
; This is a redirect file for engine modules.
;
; This file is part of a redirection package,
; make sure you have all of the following
www.eeworm.com/read/205365/15317183
rpt hdb3a1.rpt
Project Information f:\shuzisuo\hdb3a1.rpt
MAX+plus II Compiler Report File
Version 10.2 07/10/2002
Compiled: 06/02/2006 23:43:21
Copyright (C) 1988-2002 Al
www.eeworm.com/read/162614/5522410
c local.c
// { dg-do assemble }
// General testcase for local classes.
int x;
void f ()
{
static int s;
int x; // { dg-error "" } referenced below
extern int q();
struct local {
int g() { retur
www.eeworm.com/read/162614/5523113
tree funccall-2.tree
// { dg-do run }
external_definition int main (int argc);
static int foo (int bba);
foo
{
automatic int bar;
bar = bba + +1;
return bar;
}
main
{
automatic int aaa = +3;
aaa = foo (argc);
www.eeworm.com/read/162614/5523120
tree autofunc.tree
// { dg-do compile }
automatic int bar (); // { dg-error "automatic" }
bar () {
return -12;
}
www.eeworm.com/read/162614/5523125
tree exit.tree
// { dg-do compile }
external_reference void exit (int code);
static int foo ();
foo
{
automatic int bar = +1;
bar = bar + +1;
exit (0); // Calling external references is currently broken.
retu
www.eeworm.com/read/156067/5613187
m ttnotify.m
% TTNOTIFY Notify the highest-priority task waiting for an event.
%
% Usage: ttNotify(eventname)
%
% Inputs:
% eventname Name of an event.
%
% See also TTCREATEEVENT, TTWAIT, TTNOTIFY