mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 12:35:22 +02:00
6 lines
73 B
C
6 lines
73 B
C
#include "$(libName).h"
|
|
|
|
void
|
|
print_hello(){
|
|
printf("$(message)\n");
|
|
}
|