common stylefn: replace 'strtok' with tokenize.h
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 10 Jul 2022 03:55:23 +0000 (20:55 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 22 Jul 2022 00:41:58 +0000 (17:41 -0700)
commit08c532bf47d512b86333e51caba417192b9abd41
tree4d31d1fd6bf238f87394b1a4314291f256aca561
parent172e67fc049fe5e00edc7054fb3385678bdd4ff2
common stylefn: replace 'strtok' with tokenize.h

This removes dynamic allocation in this code and improves thread safety.
lib/common/htmllex.c