view lib/mktime-internal.h @ 112388:e5e8faa33346

(allout-institute-keymap): Use fset instead of reapplying defalias. (allout-hotspot-key-handler): Check for non-control-modified bindings for hotspot characters if there is no control-modified versions.
author Ken Manheimer <ken.manheimer@gmail.com>
date Thu, 20 Jan 2011 16:57:15 -0500
parents 474d5026a5a2
children
line wrap: on
line source

#include <time.h>
time_t mktime_internal (struct tm *,
                        struct tm * (*) (time_t const *, struct tm *),
                        time_t *);