mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-05-03 05:03:50 +00:00
feat(profile): add char array
This commit is contained in:
parent
c7c7061505
commit
9edded0c71
1 changed files with 12 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
||||||
|
#ifndef STORM_ARRAY_POINTER_TO_CHAR_H
|
||||||
|
#define STORM_ARRAY_POINTER_TO_CHAR_H
|
||||||
|
|
||||||
|
#include "system/types.h"
|
||||||
|
|
||||||
|
#include "storm/array.h"
|
||||||
|
|
||||||
|
typedef char* pointer_to_char;
|
||||||
|
|
||||||
|
STORM_TS_GROWABLE_ARRAY(pointer_to_char);
|
||||||
|
|
||||||
|
#endif
|
||||||
Loading…
Add table
Add a link
Reference in a new issue