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-12-23 15:18:07 -06:00
2009-04-23 17:33:21 +00:00
2021-12-23 15:18:07 -06:00
2011-09-18 21:02:43 +00:00
2020-01-12 07:31:26 -06:00
2019-10-04 18:40:41 -05:00
2008-05-25 23:31:10 +00:00
2011-08-14 14:00:14 +00:00
2021-12-23 15:18:07 -06:00
2021-12-23 15:18:07 -06:00
2021-12-23 15:18:07 -06:00
2011-10-18 20:23:33 +00:00
2018-10-10 12:22:04 +02:00
2021-12-23 15:18:07 -06:00
2021-12-26 18:55:39 +01:00
2021-12-23 15:18:07 -06:00
2021-12-27 20:50:13 +01:00
2017-10-22 18:33:13 +00:00
2021-12-23 15:18:07 -06:00
2021-12-23 15:18:07 -06:00
2021-12-23 15:18:07 -06:00
2021-12-23 15:18:07 -06:00
2010-08-22 19:13:53 +00:00
2021-12-29 02:39:04 +01:00
2011-08-14 13:16:26 +00:00
2009-03-08 20:26:56 +00:00
2021-12-23 15:18:07 -06:00
2021-10-29 19:50:38 +02:00
2021-12-23 15:18:07 -06:00
2021-04-16 21:02:37 -05:00
2011-06-16 21:25:36 +00:00
2021-12-23 15:18:07 -06:00
2021-07-14 12:13:25 +02:00
2021-08-18 18:06:02 +00:00
2021-08-18 18:06:02 +00:00
2009-04-27 20:09:18 +00:00
2021-12-26 18:55:39 +01:00
2021-08-18 18:06:02 +00:00
2021-06-24 09:18:35 +02:00
2021-02-01 22:11:10 +01:00
2021-12-23 15:18:07 -06:00
2021-12-23 15:18:07 -06:00
2021-12-23 15:18:07 -06:00
2019-03-31 16:00:01 +01:00
2021-12-23 15:18:07 -06:00
2010-09-05 15:34:42 +00:00
2009-04-30 21:08:49 +00:00
2021-12-23 15:18:07 -06:00
2021-12-23 15:18:07 -06:00
2010-08-22 13:04:54 +00:00
2021-12-23 15:18:07 -06:00
2010-08-22 19:13:53 +00:00
2017-10-22 18:33:13 +00:00
2013-08-04 15:56:32 +02:00
2010-08-22 13:04:54 +00:00
2010-08-22 19:13:53 +00:00
2010-08-22 13:04:54 +00:00
2008-06-15 21:59:41 +00:00
2021-12-23 15:18:07 -06:00
2021-06-16 09:50:53 +02:00
2013-07-28 18:41:11 +02:00
2009-06-11 21:33:00 +00:00
2009-06-11 21:33:00 +00:00
2009-06-11 21:33:00 +00:00
2009-06-11 21:33:00 +00:00
2009-06-11 21:33:00 +00:00
2021-12-23 15:18:07 -06:00
2021-12-23 15:18:07 -06:00
2009-04-23 11:14:56 +00:00