An error occurred while fetching folder content.
Select Git revision
src
-
-
- Open in your IDE
- Download source code
- Download this directory
Stéphane Del Pino
authored
printLSOptions -> getLSOptions printLSAvailable -> getLSAvailable These new function do not print the result anymore but return a string. To display available or set options, one should now uses: ``` cout << getLSOptions() << "\n"; let available:string, available = getLSAvailable(); cout << available << "\n"; ```
Name | Last commit | Last update |
---|---|---|
.. |