13 lines
200 B
C
13 lines
200 B
C
|
|
//
|
||
|
|
// 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
|