mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-15 11:18:43 +00:00
More stdlib; fixed another bug in higher-order functions
This commit is contained in:
parent
2594f7a8dc
commit
5dcc3a97b0
5 changed files with 469 additions and 457 deletions
|
|
@ -900,6 +900,8 @@ extern void Lprintf (char *s, ...) {
|
|||
if (vprintf (s, args) < 0) {
|
||||
failure ("fprintf (...): %s\n", strerror (errno));
|
||||
}
|
||||
|
||||
fflush (stdout);
|
||||
}
|
||||
|
||||
extern FILE* Lfopen (char *f, char *m) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue