[作業] [系程] MP1 - library.h

作者: privatewind (傷神客)   2011-10-14 11:04:17
由於之前助教不察放到舊版的libray.h,可能在變數名稱上
跟spec中的有所不同,請大家使用新的library.h 謝謝~
https://sites.google.com/a/joen.cc/sp_hw/sp_hw1/library.h
#define MAX_TITLE_LENGTH (32)
#define MAX_RESERVE (16)
struct BookInfo{
char title[MAX_TITLE_LENGTH];
int number_of_resv_req;/*>=0, <MAX_RESERVE*/
int userID_for_resv_request[MAX_RESERVE];
};
#define NO_USER (-1)
/*userID_for_resv_request[0] is either NO_USER or integer >=0*/
雖然引響不大,但保險起見還是請大家更換一下,順便檢查一下的使用名稱,
造成不便,敬請見諒~

Links booklink

Contact Us: admin [ a t ] ucptt.com