root/libbst/libbst_test.h

Revision 68, 142 bytes (checked in by aqua, 4 years ago)

removing funcion prototype related with test stubs from libbst.h

Line 
1#include <stdio.h>
2
3#ifndef _LIBBST_TEST_H_
4
5#include "libbst.h"
6
7void bst_print( bst_ptr root, FILE* out );
8
9#define _LIBBST_TEST_H_
10
11#endif
Note: See TracBrowser for help on using the browser.