1
0
Fork 0
forked from AbleOS/ableos
ableos_time/kernel/src/utils.rs

6 lines
202 B
Rust
Raw Normal View History

//! A module for small utilities to be used kernel wide
//! Simple functions and constants
/// Used when tab `\t` in hardware is not known and we will default to two spaces
2023-05-06 06:50:24 -05:00
pub const TAB: &str = " ";