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