-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
As a follow-on to writing the spec for add_0.c, it would be nice to have a tutorial for how a function can call add(x, y). We've run into a similar issue, and I'm not sure how to write the code to fulfill add(x,y)'s require clause. It's like:
int anotherfunc(...){
...
//calculate x
//calculate y
if (???){ //Not sure what to put here.
add(x,y);
}
}
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels