index
:
cproc.git
defer
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
subtract-pointer.c
blob: 1de9dde40e3f8d26cd07536b51f516173839f80d (
plain
)
1
2
3
void f(int *x, int *y) { x - y; }