1
1
mirror of https://github.com/anoma/juvix.git synced 2025-01-08 08:39:26 +03:00
juvix/c-runtime/builtins/juvix_string.h
2022-11-07 14:47:56 +01:00

7 lines
85 B
C

#ifndef STRING_H_
#define STRING_H_
typedef char* prim_string;
#endif // STRING_H_