Alejandro Colomar 4e1afcd662 Assume STDC_HEADERS will always be defined
We're in 2021.  C89 is everywhere; in fact, there are many other
assumptions in the code that wouldn't probably hold on
pre-standard C environments.  Let's simplify and assume that C89
is available.

The specific assumptions are that:
- <string.h>, and <stdlib.h> are available
- strchr(3), strrchr(3), and strtok(3) are available
- isalpha(3), isspace(3), isdigit(3), and isupper(3) are available

I think we can safely assume we have all of those.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
2021-12-29 02:39:04 +01:00
..
2021-09-13 15:11:40 +00:00
2021-12-23 15:18:07 -06:00
2017-03-01 22:51:09 +01:00
2016-08-03 11:51:07 -05:00
2021-12-23 15:18:07 -06:00
2021-08-18 18:06:02 +00:00
2021-08-18 18:06:02 +00:00
2020-04-25 12:10:39 +02:00
2020-04-25 12:23:10 +02:00
2021-09-13 15:11:40 +00:00