|
main()
{
unsigned char *p;
videomode();
p = (unsigned char *)malloc(14*25*2);
get_date();
savescreen(0,55,13,79,p);
clp(0,55,13,79);
box(10,55,13,79);
box(0,55,10,79);
operate();
restscreen(0,55,13,79,p);
free(p);
}
void videomode()
{
int mode;
union R
|
- 페이지 6페이지
- 가격 1,300원
- 등록일 2002.09.22
- 파일종류 텍스트(txt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|