#ifndef ASTR_H_INCLUDED #define ASTR_H_INCLUDED #include inline char * astr_alloc_empty(void) { return calloc(1, sizeof(char)); } #endif