src/cx/linked_list.h

changeset 628
1e2be40f0cb5
parent 552
4373c2a90066
child 629
6c81ee4f11ad
equal deleted inserted replaced
627:cc8cbabd27cd 628:1e2be40f0cb5
442 ptrdiff_t loc_prev, 442 ptrdiff_t loc_prev,
443 ptrdiff_t loc_next 443 ptrdiff_t loc_next
444 ) __attribute__((__nonnull__(1))); 444 ) __attribute__((__nonnull__(1)));
445 445
446 #ifdef __cplusplus 446 #ifdef __cplusplus
447 } /* extern "C" */ 447 } // extern "C"
448 #endif 448 #endif
449 449
450 #endif /* UCX_LINKED_LIST_H */ 450 #endif // UCX_LINKED_LIST_H

mercurial