2023-01-05 19:28:05 +01:00
|
|
|
#ifndef __DICTIONARY_TEST__
|
|
|
|
#define __DICTIONARY_TEST__
|
|
|
|
|
2023-01-07 19:38:01 +01:00
|
|
|
#include <assert.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
#include "libcproject.h"
|
|
|
|
|
2023-01-05 19:28:05 +01:00
|
|
|
void dictionary_test();
|
|
|
|
|
|
|
|
#endif
|