hi all friends, I am reading the source code of Reprapfirmware recently, and when I go through this file "DeltaParameters.h",
I met a data type called "size_t", in this statement: "float GetTower
size_t axis) const { return towerX[axis]; }", and it says: "typedef __SIZE_TYPE__ size_t; ",
what type is this "size_t"? where it is defined?