diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-05-18 16:31:34 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-05-18 16:31:34 -0400 |
| commit | 1df26851d73e50407a3b7c79bcdb5b0cc053fe67 (patch) | |
| tree | c2e3c393b30ab34d782fd6839100c6854abd7e91 /builtins/functions.h | |
| parent | e439fcd1e2090ff797b46c80c6264f08ea9e9cfb (diff) | |
Add syntax for "inline C(...)"
Diffstat (limited to 'builtins/functions.h')
| -rw-r--r-- | builtins/functions.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/builtins/functions.h b/builtins/functions.h index e62fc441..f1a2867e 100644 --- a/builtins/functions.h +++ b/builtins/functions.h @@ -26,9 +26,4 @@ bool generic_equal(const void *x, const void *y, const TypeInfo *type); CORD generic_as_text(const void *obj, bool colorize, const TypeInfo *type); bool pop_flag(char **argv, int *i, const char *flag, CORD *result); -void *xfopen(CORD path, CORD flags); -CORD xfread_all(void *fp); -void xfputs(CORD text, void *fp); -void xfclose(void *fp); - // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 |
