mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-11 14:01:48 +00:00
8 lines
121 B
C
8 lines
121 B
C
|
|
/* general simple function to use as a template for assembly hacks */
|
|
|
|
int fooble ( int a, int b )
|
|
{
|
|
return a - b;
|
|
}
|