代码搜索:Hello
找到约 10,000 项符合「Hello」的源代码
代码结果 10,000
www.eeworm.com/read/176511/9495332
mod hello.mod
/home/zhengjie/mydrivers/driver1/hello/hello.ko
/home/zhengjie/mydrivers/driver1/hello/hello.o
www.eeworm.com/read/176511/9495337
o hello.o
www.eeworm.com/read/176511/9495339
c hello.c
#include
#include
#include
MODULE_LICENSE("GPL");
static int __init hello_init()
{
printk("hello 2.6 kernel!\n");
return 0;
}
static void __exi
www.eeworm.com/read/176511/9495348
ko hello.ko
www.eeworm.com/read/176340/9502833
c hello.c
/*
* $Id: hello.c,v 1.5 2004/10/26 03:32:21 corbet Exp $
*/
#include
#include
www.eeworm.com/read/372449/9510254
c hello.c
#include
static void button_clicked(GtkWidget *button, gpointer data)
{
char *string = data;
g_print(string);
}
int main (int argc, char *argv[])
{
GtkWidget *app;
GtkWidge
www.eeworm.com/read/372449/9510464
c hello.c
/*
* Hello world module.
*/
#include
#if defined(CONFIG_SMP)
#define __SMP__
#endif
#if defined(CONFIG_MODVERSIONS)
#define MODVERSIONS
#include
#endif
#inc
www.eeworm.com/read/372449/9510540
c hello.c
#include
int main()
{
printf("Hello World\n");
exit(0);
}