core: Move printf to functions module

This commit is contained in:
Pekka Enberg 2025-02-06 13:50:05 +02:00
parent 238fb9c977
commit 7513f859df
4 changed files with 3 additions and 2 deletions

1
core/functions/mod.rs Normal file
View file

@ -0,0 +1 @@
pub mod printf;