83fb5222a2
Also fixed a bit manipulation error in the GC.
6 lines
147 B
C
6 lines
147 B
C
#pragma once
|
|
|
|
#include "toy_bucket.h"
|
|
|
|
int inspect_bucket(Toy_Bucket** bucketHandle);
|
|
// int inspect_bucket_for_strings(Toy_Bucket** bucketHandle);
|