This commit is contained in:
John Kerl 2015-12-08 22:37:08 -05:00
parent f5556c848e
commit 4afdce34ee

View file

@ -3,12 +3,6 @@
#include "lib/mlrutil.h"
#include "containers/rslls.h"
// []
// [a]
// [a,b]
// [a,b,c]
// [x,x,x]
// ----------------------------------------------------------------
rslls_t* rslls_alloc() {
rslls_t* plist = mlr_malloc_or_die(sizeof(rslls_t));