sllist.h 126 B

123456789
  1. #ifndef SL_LIST_H__
  2. # define SL_LIST_H__
  3. typedef struct {
  4. } sl_list;
  5. sl_list *sllist_create();
  6. #endif /* SL_LIST_H__ */