stl.startup_and_init_all (arity 0)ΒΆ

startup Macro - Should be the first piece of code in your program.
Initialize anything needed for the standard library.

SignatureΒΆ

def startup_and_init_all { ... }

Defined in runlib.fj β€” lines 50–52 (view on GitHub).

ComplexityΒΆ

  • Time: ~7000  (7026 for w=64, 6894 for w=16)

  • Space: ~7000  (7026 for w=64, 6894 for w=16)

See the complexity glossary for what @, w, dw, dbit, n mean.

SourceΒΆ

Depends onΒΆ


← Previous: stl.startup_and_init_pointers/1 Next: stl.startup_and_init_all/1 β†’