| | type conversion
|
| Hello, Does IC do type conversions like C? More specifically, if I have a persistent int that needs to become a global float to be used by a function, can this code do the conversion? persistent int ifactor; float factor; void foo(void) { ifactor = (...) (27 years ago, 13-Aug-97, to lugnet.robotics.handyboard)
| | | | Re: type conversion
|
| D> Hello, Does IC do type conversions like C? More specifically, if D> I have a persistent int that needs to become a global float to be D> used by a function, can this code do the conversion? D> persistent int ifactor; D> float factor; D> void (...) (27 years ago, 13-Aug-97, to lugnet.robotics.handyboard)
| |