mirror of
https://github.com/anoma/juvix.git
synced 2025-01-08 08:39:26 +03:00
7 lines
85 B
C
7 lines
85 B
C
#ifndef STRING_H_
|
|
#define STRING_H_
|
|
|
|
typedef char* prim_string;
|
|
|
|
#endif // STRING_H_
|