Skip to content

Commit f3bc1cb

Browse files
committed
no commit message given
1 parent c6a4969 commit f3bc1cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/examples/c/math_sin.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
#include <math.h> // for sin(3)
2222
#include <stdlib.h> // for EXIT_SUCCESS
2323

24+
/*
25+
* EXTRA_LINK_FLAGS_AFTER=-lm
26+
*/
27+
2428
int main() {
2529
double x=4.56;
2630
printf("sin(%lf)=%lf\n", x, sin(x));

0 commit comments

Comments
 (0)