diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-03 18:16:33 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-03 18:16:33 -0500 |
| commit | 23478e7036fe9fbee17263e52d5d8a37adce1c95 (patch) | |
| tree | 7c588c0f7b7ac2f81dbbd960a8f70b197613b229 /builtins/memory.h | |
| parent | 8fab88c56f95c03ffcb4be178f5dbb21b239d95e (diff) | |
Rename as_str -> as_text
Diffstat (limited to 'builtins/memory.h')
| -rw-r--r-- | builtins/memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/memory.h b/builtins/memory.h index ac041b36..af923837 100644 --- a/builtins/memory.h +++ b/builtins/memory.h @@ -6,6 +6,6 @@ #include "types.h" extern const TypeInfo Memory; -CORD Memory__as_str(const void *p, bool colorize, const TypeInfo *type); +CORD Memory__as_text(const void *p, bool colorize, const TypeInfo *type); // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 |
