AmendHub

Download:

ftech

/

SList

/

amendments

/

3

Updated "Install" section in README


Francois Techene made amendment 3 2 days ago
--- README Mon Mar 31 19:08:23 2025 +++ README Mon Mar 31 19:32:05 2025 @@ -7,9 +7,8 @@ SList is free software; see the LICENSE file for copyr This library has been built and tested using THINK C v5 on a Macintosh SE. -In order to install it, just import `Slist.Lib` from the `build` folder to your project and include it in your source files. +In order to install it, just import `slist.c` and `slist.h` to your project and include `slist.h` in your source files. -You can also add `slist.c` and `slist.h` directly to your project. --- # Usage