代码搜索:say
找到约 4,298 项符合「say」的源代码
代码结果 4,298
www.eeworm.com/read/321483/3535755
say
Check the lexical scoping of the say keyword.
(The actual behaviour is tested in t/op/say.t)
__END__
# No say; should be a syntax error.
use warnings;
say "Hello", "world";
EXPECT
Unquoted string "sa
www.eeworm.com/read/306178/3748413
say
ssssaaaayyyy((((3333)))) MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444)))) ssssa
www.eeworm.com/read/426754/9001840
h say.h
#ifndef __SAY_H
#define __SAY_H
int say(char *str);
#endif
www.eeworm.com/read/426754/9001846
c~ say.c~
#include
#include "say.h"
int say(char **str)
{
printf("hello, %s\n",str);
return 1;
}
www.eeworm.com/read/426754/9001851
h say.h
#ifndef __SAY_H
#define __SAY_H
int say(char *str);
#endif
www.eeworm.com/read/426754/9001853
h~ say.h~
#ifndef __SAY_H
#define __SAY_H
int say(char **str);
#endif
www.eeworm.com/read/426754/9001855
c say.c
#include
#include "say.h"
int say(char *str)
{
printf("hello, %s\n",str);
return 1;
}
www.eeworm.com/read/376170/9327664