mirror of
https://github.com/eddyem/snippets_library.git
synced 2026-03-20 08:40:55 +03:00
started v.0.3.3 - more functionality for sockets
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
/**
|
||||
* @brief sl_list_push_tail - push data into the tail of a stack (like FIFO)
|
||||
* @param lst (io) - list
|
||||
* @param v (i) - data to push
|
||||
* @param v (i) - data to push (DON'T FREE it after this function as it would be just a link to original!)
|
||||
* @return pointer to just pused node or NULL in case of error
|
||||
*/
|
||||
sl_list_t *sl_list_push_tail(sl_list_t **lst, void *v){
|
||||
|
||||
Reference in New Issue
Block a user