#ifndef SL_LIST_H__ # define SL_LIST_H__ typedef struct { } sl_list; sl_list *sllist_create(); #endif /* SL_LIST_H__ */