Skip to content

0.1 first publish

Latest
Compare
Choose a tag to compare
@oblerion oblerion released this 11 Jun 13:59
· 6 commits to main since this release
a297574

struct

  • lst

function for

  • constructor ====== LST()
  • add =========== lstadd(list,var)
  • delete ========== lstdel(list,id)
  • get ============ lstat(list,id)
  • find =========== lstfind(list,var)
  • free memory ==== lstfree(list)