mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-15 10:30:40 +01:00
10 lines
166 B
C
10 lines
166 B
C
#include "config.h"
|
|
#include <stdio.h>
|
|
|
|
int
|
|
main(int __attribute__((unused)) argc, char * __attribute__((unused)) argv[])
|
|
{
|
|
printf("%s", RELP_DFLT_PT);
|
|
return 0;
|
|
}
|