Changeset 58 for trunk/starts/trunk/magic-style/src
- Timestamp:
- 06/26/06 12:23:21 (4 years ago)
- Location:
- trunk/starts/trunk/magic-style/src
- Files:
-
- 2 modified
-
lib_cexample.c (modified) (1 diff)
-
lib_example.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/starts/trunk/magic-style/src/lib_cexample.c
r53 r58 1 2 #include "example.h" 3 4 int lib_cexample() 5 { 6 return 0; 7 } 8 -
trunk/starts/trunk/magic-style/src/lib_example.cpp
r53 r58 1 2 #include "example.h" 3 4 int lib_example() 5 { 6 return 0; 7 } 8
