楼主:
sunkeen (自闭星雨期待有你)
2007-06-09 11:24:50网页上给的Procedure的规格和sysio.h的有出入耶,
从助教写的specification来看,似乎sysio.h的才是正确的?
hwk5.txt
The included file contains the definition of procedures.
ProcedureName():ReturnType ;
ProcedureName(Type1 ID1,Type2 ID2,..., TypeN IDN):ReturnType;
specification.pdf and sysio.h
ProcedureName(ID:Type1, ID:Type2, ..., ID:TypeN):ReturnType;[A