-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary calloc and fix crash caused by pointer reference i…
…n jsonRpc_call.
- Loading branch information
Showing
4 changed files
with
324 additions
and
277 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
:header | ||
type=interface | ||
name=calculator | ||
version=1.0.0 | ||
:annotations | ||
classname=org.example.Calculator | ||
:types | ||
StatsResult={DDD[D average min max input} | ||
:methods | ||
add(DD)D=add(#am=handle;PDD#am=pre;TOut=*D;lOut;)N | ||
sub(DD)D=sub(#am=handle;PDD*#am=pre;D)N | ||
sqrt(D)D=sqrt(#am=handle;PD*#am=pre;D)N | ||
stats([D)LStatsResult;=stats(#am=handle;P[D#am=out;TOut=*LStatsResult;;lOut;)N |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.