This repository has been archived on 2026-05-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2026-03-30 10:57:41 +02:00

10 lines
171 B
C

#ifndef PRACTICE_H
#define PRACTICE_H
#include "../../utils/lists.h"
int is_palindrome(struct dlist *l);
struct list *reverse(struct list *l);
#endif /* !PRACTICE_H */