Login
Preferences
Help/Guide
About Trac
Forgot your password?
Wiki
Timeline
Roadmap
View Tickets
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 37
and
Version 38
of
ResumedC
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:
Sep 1, 2009, 8:55:30 PM (
16 years
ago)
Author:
Thanatermesis
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
ResumedC
v37
v38
283
283
{{{
284
284
#!C
285
pa = &a; // pa points to a
286
pa = a; // pa points to a[0]
287
285
288
/* array of 5 elements */
286
289
char arr[5];