Changeset 3572 in Sophya for trunk/SophyaProg/Tests/thash.cc
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/thash.cc
r2615 r3572 8 8 int main(int narg, char *arg[]) 9 9 { 10 c har * sid[3] = { "Hello","Reza","ERIC" } ;10 const char * sid[3] = { "Hello","Reza","ERIC" } ; 11 11 uint_8 code[3]; 12 12 int k;
Note:
See TracChangeset
for help on using the changeset viewer.