mirror of
https://github.com/theoludwig/libcproject.git
synced 2024-11-09 14:51:30 +01:00
7 lines
89 B
C
7 lines
89 B
C
#ifndef __DICTIONARY_TEST__
|
|
#define __DICTIONARY_TEST__
|
|
|
|
void dictionary_test();
|
|
|
|
#endif
|