Flow report for add
Wed Oct 12 10:23:17 2005
Version 5.0 Build 148 04/26/2005 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2. Flow S
/* add.c
* Simple program to test whether the systemcall interface works.
*
* Just do a add syscall that adds two values and returns the result.
*
*/
#include "syscall.h"
int
main()