MentOS  0.8.0
The Mentoring Operating System
Functions
printk.h File Reference

Functions for managing the kernel messages. More...

Go to the source code of this file.

Functions

int sys_syslog (const char *format,...)
 Write formatted output to stdout. More...
 

Detailed Description

Functions for managing the kernel messages.

Function Documentation

◆ sys_syslog()

int sys_syslog ( const char *  format,
  ... 
)

Write formatted output to stdout.

Parameters
formatOutput formatted as for printf.
...List of arguments.
Returns
The number of bytes written in syslog.