diff options
Diffstat (limited to 'Tests/CustomCommandByproducts/External')
-rw-r--r-- | Tests/CustomCommandByproducts/External/ExternalLibrary.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/CustomCommandByproducts/External/ExternalLibrary.c b/Tests/CustomCommandByproducts/External/ExternalLibrary.c index a1dacf0..554f611 100644 --- a/Tests/CustomCommandByproducts/External/ExternalLibrary.c +++ b/Tests/CustomCommandByproducts/External/ExternalLibrary.c @@ -1 +1,4 @@ -int ExternalLibrary(void) { return 0; } +int ExternalLibrary(void) +{ + return 0; +} |