0_0_2263644_1942.cpp:45: error: expected `,' or `...' before "new"
0_0_2263644_1942.cpp: In function `void __list_add(list_head*)':
0_0_2263644_1942.cpp:49: error: `next' undeclared (first use this function)
0_0_2263644_1942.cpp:49: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_2263644_1942.cpp:49: error: expected identifier before ';' token
0_0_2263644_1942.cpp:50: error: expected identifier before '->' token
0_0_2263644_1942.cpp:50: error: expected `;' before '->' token
0_0_2263644_1942.cpp:51: error: expected identifier before '->' token
0_0_2263644_1942.cpp:51: error: expected `;' before '->' token
0_0_2263644_1942.cpp:52: error: `prev' undeclared (first use this function)
0_0_2263644_1942.cpp:52: error: expected identifier before ';' token
0_0_2263644_1942.cpp: At global scope:
0_0_2263644_1942.cpp:63: error: expected `,' or `...' before "new"
0_0_2263644_1942.cpp: In function `void list_add(list_head*)':
0_0_2263644_1942.cpp:65: error: expected identifier before ',' token
0_0_2263644_1942.cpp:65: error: `head' undeclared (first use this function)
0_0_2263644_1942.cpp: At global scope:
0_0_2263644_1942.cpp:76: error: expected `,' or `...' before "new"
0_0_2263644_1942.cpp: In function `void list_add_tail(list_head*)':
0_0_2263644_1942.cpp:78: error: expected identifier before ',' token
0_0_2263644_1942.cpp:78: error: `head' undeclared (first use this function)
0_0_2263644_1942.cpp: In function `void list_del(list_head*)':
0_0_2263644_1942.cpp:102: error: invalid conversion from `void*' to `list_head*'
0_0_2263644_1942.cpp:103: error: invalid conversion from `void*' to `list_head*'
0_0_2263644_1942.cpp: In function `void list_move(list_head*, list_head*)':
0_0_2263644_1942.cpp:64: error: too many arguments to function `void list_add(list_head*)'
0_0_2263644_1942.cpp:124: error: at this point in file
0_0_2263644_1942.cpp: In function `void list_move_tail(list_head*, list_head*)':
0_0_2263644_1942.cpp:77: error: too many arguments to function `void list_add_tail(list_head*)'
0_0_2263644_1942.cpp:136: error: at this point in file
0_0_2263644_1942.cpp: In function `int main(int, char**)':
0_0_2263644_1942.cpp:64: error: too many arguments to function `void list_add(list_head*)'
0_0_2263644_1942.cpp:279: error: at this point in file
0_0_2263644_1942.cpp:293: error: `typeof' undeclared (first use this function)
0_0_2263644_1942.cpp:293: error: expected primary-expression before ')' token
0_0_2263644_1942.cpp:293: error: expected primary-expression before "unsigned"
0_0_2263644_1942.cpp:293: error: expected `)' before "unsigned"
0_0_2263644_1942.cpp:293: error: expected `)' before ';' token
0_0_2263644_1942.cpp:293: error: expected primary-expression before ')' token
0_0_2263644_1942.cpp:293: error: expected primary-expression before "unsigned"
0_0_2263644_1942.cpp:293: error: expected `)' before "unsigned"
0_0_2263644_1942.cpp:295: error: expected `)' before ';' token
0_0_2263644_1942.cpp:295: error: expected `)' before ';' token
|