Skip to content

Commit a535bbb

Browse files
committed
Add source file snippet
1 parent 8de0a1c commit a535bbb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

tools/snippets/src/todo.c

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/**
2+
* TODO.
3+
*/
4+
#include <math.h>
5+
#include "TODO.h"
6+
7+
/**
8+
* TODO.
9+
*
10+
* @param x number
11+
* @param y number
12+
* @return output value
13+
*/
14+
double stdlib_TODO( const double x, const double y ) {
15+
return TODO;
16+
}

0 commit comments

Comments
 (0)