word__copy.h 319 B

12345678910111213141516171819202122232425262728293031
  1. /* FILE
  2. *
  3. * file: word__copy.h
  4. *
  5. *
  6. */
  7. /* USE
  8. *
  9. * __LIB_WORDS "words.h"
  10. *
  11. */
  12. # ifndef __LIB_WORD__COPY
  13. # define __LIB_WORD__COPY
  14. /* */
  15. # include "word.h"
  16. /* INCLUDE
  17. *
  18. * Word
  19. *
  20. *
  21. */
  22. /* Word (Word *word) */
  23. void
  24. word__copy (struct Word *this, struct Word *word);
  25. # endif /* __LIB_WORD__COPY */