PandA-2024.02
examples
simple_asm
c_stub.c
Go to the documentation of this file.
1
__attribute__
((fastcall,noinline))
int
sub2values(
int
a,
int
b)
2
{
3
return
a-b;
4
}
5
__attribute__
__attribute__((fastcall, noinline))
Definition:
c_stub.c:1
Generated on Mon Feb 12 2024 13:02:50 for PandA-2024.02 by
1.8.13