#include "practice.h" int is_palindrome(struct dlist *l) { //FIXME } struct list *reverse(struct list *l) { //FIXME }