You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 lines
167 B

#include "lib_test.h"
#include <stdio.h>
int main() {
printf("lib_test starting...\n");
TT_HHS a;
TT_CCS b;
// printf("%i, %i\n", a.x, a.y);
}