Changeset a783ca4 in mainline for src/proc/the.c
- Timestamp:
- 2005-10-11T20:25:46Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 26f9943
- Parents:
- a016b63
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/proc/the.c
ra016b63 ra783ca4 35 35 * Initialize THE structure passed as argument. 36 36 * 37 * @the THE structure to be initialized. 38 * 37 * @param the THE structure to be initialized. 39 38 */ 40 39 void the_initialize(the_t *the) … … 51 50 * Copy the source THE structure to the destination THE structure. 52 51 * 53 * @ src The source THE structure.54 * @ dst The destination THE structure.52 * @param src The source THE structure. 53 * @param dst The destination THE structure. 55 54 */ 56 55 void the_copy(the_t *src, the_t *dst)
Note:
See TracChangeset
for help on using the changeset viewer.