Files
ttyfilter/main.c

11 lines
134 B
C

#include <stdio.h>
#include "test.h"
int main( int argc, char* argv[] ) {
printf("Test string: %s\n", sTestString);
return 0;
}