ffbe098ef8
TLC (Twilight Commander) was missing from both ISO configs. Added
tlc = {} to [packages] in redbear-mini.toml and redbear-full.toml.
Created missing symlink: recipes/tui/tlc -> ../../local/recipes/tui/tlc.
3 lines
70 B
C
3 lines
70 B
C
#include <stdio.h>
|
|
int __freadahead(FILE *fp) { (void)fp; return 0; }
|