use switch for std functions (instead of array, for better performance (?))

This commit is contained in:
ProgramSnail 2025-03-03 01:15:07 +03:00
parent f50e1fe7c5
commit 044b0ccae0
3 changed files with 199 additions and 55 deletions

View file

@ -127,7 +127,7 @@ void LprintfPerror(char *s, ...);
void Bmatch_failure(void *v, char *fname, aint line, aint col);
void * /*Lstrcat*/ Li__Infix_4343(void *a, void *b);
extern void * /*Lstrcat*/ Li__Infix_4343(aint *args /* void *a, void *b */);
void *Lsprintf(char *fmt, ...);
void *LgetEnv(char *var);