| [ CnUnix ] in KIDS 글 쓴 이(By): jaeswith (withinmoim) 날 짜 (Date): 2002년 10월 17일 목요일 오후 08시 10분 36초 제 목(Title): [Q] typedef struct 에서 초기화 하기... typedef struct table_s { struct table_s *next; int content; int is_header = -1; } table_t; 를 사용하려면, 에러가 납니다. 즉, 초기화 하는 코드에서 에러가 나는데요. 저런 문법에서 초기화 하는 방법이 없을까요? -------------------------- Jang, Jae-wan CA Lab., KAIST, KOREA jwjang@camars.kaist.ac.kr |