word__init.h 330 B

123456789101112131415161718192021222324252627282930313233
  1. /* FILE
  2. *
  3. * file: word__init.h
  4. *
  5. *
  6. */
  7. /* USE
  8. *
  9. * L__LIB_WORD "word.h"
  10. *
  11. */
  12. # ifndef L__LIB_WORD__INIT
  13. # define L__LIB_WORD__INIT
  14. /* */
  15. # include "word.h"
  16. /* INCLUDE
  17. *
  18. * Word
  19. *
  20. *
  21. */
  22. /* tools wich point */
  23. /* INITIALIZATION Word */
  24. void
  25. word__init (struct Word *this);
  26. # endif /* L__LIB_WORD__INIT */