Implement syslog functionality

This commit is contained in:
Bendeguz Pisch
2025-07-18 04:49:51 +00:00
committed by Jeremy Soller
parent f6528d27dd
commit 4fc80ea7b0
8 changed files with 251 additions and 1 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ mod getdelim;
mod ext;
mod helpers;
mod lookaheadreader;
mod printf;
pub mod printf;
mod scanf;
use lookaheadreader::LookAheadReader;
static mut TMPNAM_BUF: [c_char; L_tmpnam as usize + 1] = [0; L_tmpnam as usize + 1];