Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.55 KB

File metadata and controls

54 lines (43 loc) · 1.55 KB

Holbertonschool low level programming

Repository of Low level programming in Holberton welcome

Alternative standard functions

Name decription
_strcpy implementation of strcpy
_strcmp implementation of strcmp

Single Linked List

Project: 0x12-singly_linked_lists

Name decription
print_list print_list
list_len get len of list
add_node add node at start of list
add_node_end add node at end of list
free_list fee list
  • hello
  • again