Search:
Login
Preferences
Help/Guide
About Trac
Forgot your password?
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 1
and
Version 2
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:
Mar 31, 2009, 3:33:10 AM (
16 years
ago)
Author:
Thanatermesis
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
ResumedC
v1
v2
13
13
To declare a string in a variable, you need to use strcpy, so
14
14
{{{
15
#!C
15
16
name = "Me"; /* Illegal */
16
17
strcpy (name, "Me"); /* Legal */