9 lines
93 B
C
9 lines
93 B
C
/* file rfc5424.c */
|
|
|
|
#include "rfc5424.h"
|
|
|
|
int
|
|
main(int argc, char *argv[]) {
|
|
return 0;
|
|
}
|