http://www.cs.umbc.edu/help/oracle8.bak/server803/A54661_01/dev.htm#2416
...
char *p_name1;
char *p_name2;
...
p_name1 = (char *) malloc(11);
p_name2 = (char *) malloc(11);
strcpy(p_name1, " ");
strcpy(p_name2, "0123456789");
Saturday, February 7, 2009
Subscribe to:
Post Comments
(
Atom
)
0 comments :
Post a Comment