代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/340665/3280127
c zero-strct-1.c
typedef struct { } empty_t;
f ()
{
empty_t i;
bar (i);
}
www.eeworm.com/read/340665/3281010
c zero-length-1.c
/* Test the -Wno-format-zero-length option, which suppresses warnings
about zero-length formats. */
/* Origin: Jason Thorpe */
/* { dg-do compile } */
/* { dg-options "
www.eeworm.com/read/304962/3782804
h rational_translate_zero.h
// Copyright (c) 2005 Stanford University (USA).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// modify it under the terms of the GNU Lesser
www.eeworm.com/read/443727/1738456
h x_zero_v.h
////////////////////////////////////////////////////////////////////////////////
// ____ ____
// / /\/ /
// /___/ \ /
// \ \ \/
// \ \ Copyright (c) 2003-2004 Xi
www.eeworm.com/read/440906/1781296
c zero-strct-2.c
struct { } foo = { };
void * bar(void) { return &foo; }
www.eeworm.com/read/440906/1781770
c zero-strct-1.c
typedef struct { } empty_t;
f ()
{
empty_t i;
bar (i);
}
www.eeworm.com/read/440906/1782687
c zero-length-1.c
/* Test the -Wno-format-zero-length option, which suppresses warnings
about zero-length formats. */
/* Origin: Jason Thorpe */
/* { dg-do compile } */
/* { dg-options "
www.eeworm.com/read/439112/1809153
nasl tcp_port_zero.nasl
# This script was written by Michel Arboi
#
# See:
# http://www.simovits.com/trojans/tr_data/y2814.html
# http://www.bizsystems.com/downloads/labrea/localTrojans.pl
if(descripti
www.eeworm.com/read/436911/1841665
js smi-negative-zero.js
// Copyright 2008 the V8 project authors. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditio
www.eeworm.com/read/428548/1958938
echo-prints-slash-zero
test "`busybox echo -e -n 'msg\n\0' | od -t x1 | head -n 1`" = "0000000 6d 73 67 0a 00"