![]() |
(git:b77b4be)
|
Public Member Functions | |
subroutine | cp_sll_fm_insert_el (sll, el) |
insert an element at the beginning of the list | |
Definition at line 90 of file cp_linked_list_fm.F.
subroutine cp_linked_list_fm::cp_insert::cp_sll_fm_insert_el | ( | type(cp_sll_fm_type), pointer | sll, |
type(cp_fm_type), pointer | el | ||
) |
insert an element at the beginning of the list
sll | the single linked list point at the beginning of which you want to add the element |
el | the element to add |
Definition at line 399 of file cp_linked_list_fm.F.