magic/calma
Darryl L. Miles cd63fa3c14 K&R calma: remove system header time() K&R style prototype
time.h has existed since C89 so is a standard header expected
to always be available.

sys/time.h was an optional header that historically only some
platforms provided.

If there is a conflict on specific platforms it is better to
'#if !defined()' that specific niche platform with the problem
if both headers are included in the same compile unit.  But I
don't think this is a problem in modern times.

So this results in a resolution that removes #ifdef around
time.h and the detection by configure for the availabiltiy
of sys/time.h.

K&R obsolete syntax removal for C23 compatibility series
2024-12-26 12:44:50 -05:00
..
CalmaRdcl.c CalmaRdcl.c: warning: variable 'rtype' is used uninitialized 2024-10-09 21:34:12 -04:00
CalmaRdio.c 35 x warning: suggest parentheses around assignment used as truth value 2024-10-09 21:12:55 -04:00
CalmaRdpt.c CalmaRdpt.c: warning: variable 'rtype' is used uninitialized 2024-10-09 21:34:12 -04:00
CalmaRead.c CalmaRead.c: warning: variable 'libnameptr' is used uninitialized 2024-10-09 21:34:12 -04:00
CalmaWrite.c K&R calma: remove system header time() K&R style prototype 2024-12-26 12:44:50 -05:00
CalmaWriteZ.c K&R calma: prototype for non-existent function: calmaWriteMarkFunc() 2024-12-26 12:44:50 -05:00
Makefile Implemented native gzip compression/decompression using zlib routines. 2022-05-10 09:19:39 -04:00
calma.h K&R calma.h: conversion to ANSI 2024-12-26 12:44:50 -05:00
calmaInt.h K&R calmaInt.h: conversion to ANSI 2024-12-26 12:44:50 -05:00