diff options
| author | ruki <[email protected]> | 2018-05-08 22:52:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-05-08 11:16:55 +0800 |
| commit | b5333b27b79f7cabbdc8d75356b2de118f9ea744 (patch) | |
| tree | f4cb719e259ae64b6a48ab35a425eb0db76cd3ab /tests/projects/c | |
| parent | c61545b0275b64c8b0294ce69e635e30475a2239 (diff) | |
improve build deps
Diffstat (limited to 'tests/projects/c')
| -rw-r--r-- | tests/projects/c/static_library/src/interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c/static_library/src/interface.c b/tests/projects/c/static_library/src/interface.c index 8ed513871..598d07560 100644 --- a/tests/projects/c/static_library/src/interface.c +++ b/tests/projects/c/static_library/src/interface.c @@ -1,5 +1,5 @@ #include "interface.h" - + int add(int a, int b) { return a + b; |
