lib.h 895 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* INFO THIS
  2. * file: lib.h */
  3. /* USE THIS
  4. * L__LIB_WORD "word.h"
  5. * L__LIB_WORD__COPY "word__copy.h"
  6. * L__LIB_WORD__INIT "word__init.h"
  7. * L__LIB_WORD__DEL "word__del.h"
  8. * L__LIB_WORD__TOOLS "word__tools.h" */
  9. # ifndef L__LIB_LIB
  10. # define L__LIB_LIB
  11. /* */
  12. # include "word.h"
  13. /* INCLUDE
  14. * Word
  15. * Word.value
  16. * Word.previous
  17. * Word.next
  18. * word__create
  19. * word__new
  20. * word__init
  21. * word__copy
  22. * word__delete
  23. * word__clear
  24. * word__remove */
  25. /* */
  26. # include "words.c"
  27. /* INCLUDE
  28. * words__copy
  29. * words__create
  30. * words__add
  31. * words__del
  32. * _Bool words__find
  33. * Word* words__search
  34. * words__empty
  35. * words__init
  36. * words__new
  37. * words__delete
  38. * words__remove
  39. * words__clear */
  40. /* */
  41. // # include "symbols.c"
  42. /* INCLUDE
  43. * symblos__copy
  44. * symblos__create
  45. * symblos__init
  46. * symblos__new
  47. * symblos__delete
  48. * symblos__remove
  49. * symblos__clear */
  50. # endif /* L__LIB_LIB */