C
CSharp
C++
Java
Visual Basic
HTML - CSS
Android
Asp
Asp.Net
Php
Python
JavaScript
SQL
XML
Assembly
Beginners Lab Assignments
C on Unix
Code Snippets
Data Structures
Games and Graphics
Gnu-Linux
Mathematics
Sorting Searching
More...
C > Gnu-Linux sample source codes
C Code > Syslog hello
Syslog hello #include <stdio.h> #include <unistd.h> #include <syslog.h> int main(void) { openlog("slog", LOG_PID|LOG_CONS, LOG_USER); syslog(LOG_INFO, "A different kind of Hello world ... "); closelog(); return 0; }
Privacy Policy
|
Contact
|
Advertising
|
Link to Us
|
Directory