Search:
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 5
and
Version 6
of
WikiStart
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
06/12/06 15:00:07 (
18 years
ago)
Author:
atzm
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
WikiStart
v5
v6
29
29
30
30
呼び出したメソッドの名前をメソッドの中から得ることができれば解決できるかも?
31
32
== C ならカラーリングされるのに…… ==
33
{{{
34
#!c
35
#include <stdio.h>
36
37
int
38
main(void)
39
{
40
printf("Hello, world!");
41
return 0;
42
}
43
}}}