Browse Source

MT#61822 add charp_q

Change-Id: I2ce8a2a7acc72c8b400ed17d893b7d8e7e785bab
pull/1897/head
Richard Fuchs 11 months ago
parent
commit
df37f0884a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lib/str.h

+ 1
- 0
lib/str.h View File

@ -20,6 +20,7 @@ struct _str {
typedef struct _str str;
TYPED_GQUEUE(charp, char)
TYPED_GQUEUE(str, str)


Loading…
Cancel
Save