123456789101112131415161718192021222324252627282930313233 |
- /* FILE
- *
- * file: word__init.h
- *
- *
- */
- /* USE
- *
- * L__LIB_WORD "word.h"
- *
- */
- # ifndef L__LIB_WORD__INIT
- # define L__LIB_WORD__INIT
- /* */
- # include "word.h"
- /* INCLUDE
- *
- * Word
- *
- *
- */
- /* tools wich point */
- /* INITIALIZATION Word */
- void
- word__init (struct Word *this);
- # endif /* L__LIB_WORD__INIT */
|