Implement syslog functionality
This commit is contained in:
committed by
Jeremy Soller
parent
f6528d27dd
commit
4fc80ea7b0
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user