HttpServer/src/test/linked_list.h

13 lines
200 B
C
Raw Normal View History

//
// Created by franchioping on 6/25/24.
//
#ifndef HTTPSERVER_LINKED_LIST_H
#define HTTPSERVER_LINKED_LIST_H
#include <check.h>
Suite *linked_list_suite(void);
#endif //HTTPSERVER_LINKED_LIST_H