9 lines
216 B
C
9 lines
216 B
C
#define ARRAY_NAME char
|
|
#define ARRAY_TYPE char
|
|
#define ARRAY_HEAD
|
|
#include "../src/array.h"
|
|
|
|
struct char_array text(void);
|
|
void text_(struct char_array *);
|
|
char *text_append_file(struct char_array *, const char *);
|