1empty_string(3) Allegro manual empty_string(3)
2
3
4
6 empty_string - Universal string NULL terminator. Allegro game program‐
7 ming library.
8
10 #include <allegro.h>
11
12
13 extern char empty_string[];
14
16 You can't just rely on "" to be a valid empty string in any encoding
17 format. This global buffer contains a number of consecutive zeros, so
18 it will be a valid empty string no matter whether the program is run‐
19 ning in ASCII, Unicode, or UTF-8 mode.
20
21
22
23
24Allegro version 4.4.3 empty_string(3)