aboutsummaryrefslogtreecommitdiff
path: root/structures/rope/rope.h
blob: 4ffd72686d38a0827e7a21e818e740d18bb45893 (plain)
1
2
3
4
5
6
7
8
#ifndef ROPE_H
#define ROPE_H

typede struct rope_s rope;

rope* rope_new();

#endif