1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-07-24 22:24:23 +00:00

Doubles down on <cX> over <X.h> for C includes, and usage of the namespace for those types and functions.

This commit is contained in:
Thomas Harte
2017-11-11 15:28:40 -05:00
parent 6a176082a0
commit 2e15fab651
99 changed files with 359 additions and 355 deletions

View File

@@ -9,7 +9,7 @@
#ifndef Stepper_hpp
#define Stepper_hpp
#include <stdint.h>
#include <cstdint>
namespace SignalProcessing {