代码搜索:empty
找到约 10,000 项符合「empty」的源代码
代码结果 10,000
www.eeworm.com/read/240162/4580327
c empty.c
// { dg-do run }
// { dg-options "-w" }
// Origin: Mark Mitchell
#if defined (__GXX_ABI_VERSION) && __GXX_ABI_VERSION >= 100
struct S0
{
};
struct S1 : public S0
{
};
stru
www.eeworm.com/read/240162/4589665
c empty.c
/* Yes, it's called "empty" because it has no contents at all.
Even this comment goes here, rather than in empty.h. */
#include "empty.h"
int main(void)
{
return 0;
}
www.eeworm.com/read/236543/4639226
xpm empty.xpm
/* XPM */
static const char * empty_xpm[] = {
"16 16 1 1",
" c None",
" ",
" ",
" ",
" ",
" ",
" ",
"