#ifndef ARRAY_STR_H #define ARRAY_STR_H // String type based on array that is conveniently resizable and // converatble to/from other types. //char* str_new(const char* str); //size_t str_len(const char* str); #endif