10 lines
133 B
C
10 lines
133 B
C
#include <why2/logger/logger.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
int initLogger(char *path)
|
|
{
|
|
printf("PATH is: %s\n", path);
|
|
|
|
return 0;
|
|
} |