aboutsummaryrefslogtreecommitdiff
path: root/include/slweb/wildcard_cmp.h
Commit message (Collapse)AuthorAgeFilesLines
* Move header files to subdirectoryXavier Del Campo Romero2023-07-211-0/+8
Since slweb is meant as a library, it is advisable to keep public header files under their own directory in order to avoid name clashing i.e., #include "something.h" Now becomes: #include "slweb/something.h"