12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- /* INFO THIS
- * file: .c
- * commit: this file includes the implementation of all functions */
- /* USE THIS
- * gcc "word__test.c" "lib.c" */
- # ifndef L__LIB_LIB_U
- # define L__LIB_LIB_U
- /* */
- # include "word.c"
- /* INCLUDE
- * word__copy
- * word__create
- * word__init
- * word__new
- * word__delete
- * word__remove
- * word__clear */
- /* */
- // # include "symbols.c"
- /* INCLUDE
- * symblos__copy
- * symblos__create
- * symblos__init
- * symblos__new
- * symblos__delete
- * symblos__remove
- * symblos__clear */
- /* */
- # include "words.c"
- /* INCLUDE
- * words__copy
- * words__create
- * words__add
- * words__del
- * _Bool words__find
- * Word* words__search
- * words__empty
- * words__init
- * words__new
- * words__delete
- * words__remove
- * words__clear */
- # endif /* L__LIB_LIB_U */
|