Monthly Archives: May 2011

Datatypes Used in libsxe: 64 Bit Programming

libsxe uses standard C data types, but it is very careful to use them intentionally. We normally use the following types: Type | Defined | Description —————+————-+———————————— bool | <stdbool.h> | Boolean values (true and false) char | C standard … Continue reading

Posted in programming | Tagged , , , , | 2 Comments

High Speed Fine Grained Diagnostic Logging

There’s an updated version of this post on my programming blog here: https://programmingwithjim.wordpress.com/2022/07/30/libsxe-high-speed-fine-grained-diagnostic-logging/ The sxe-log package of the libsxe library (see libsxe.org) has always had macro based logging with a decent feature set: Trace and dump level messages compiled out in … Continue reading

Posted in programming | Tagged , , , , , | Leave a comment