Files
raspberrypi/learnasmfromc/test.c

6 lines
76 B
C

unsigned int fun ( unsigned int a, unsigned int b )
{
return(a+b+7);
}