"atoi" is a standard function name in C (I'm no expert, correct if wrong)
which convert ascii to int. When strings.jal was created, I remembered some
C guys suggested to use the same names as in stdlib C. That's why I also use
"strcmp" (which definitely doesn't do its job as it returns true/false,
whereas it should return -1, 0 or 1 depending on str1 < str2, str1 == str2,
or str1 > str2).

PS: funny, I bought the same hot aie station few weeks ago !

Cheers,
Seb

2011/5/4 mattschinkel <[email protected]>

> Hey Seb, maybe we can rename the procedures you added?
>
> I have no clue what atoi stands for :) Maybe call it
> string_to_num_dword()
>
> I also see you made strcmp(), however this is already a
> string_compare(). Maybe we can rename this to string_compare_null
>
> All procedures should start with "string_"
>
>
> PS: I just bought this solder station, it's awsome!
>
> Ebay item# 190527188568
>
>
> http://cgi.ebay.com/SMD-Rework-Soldering-Station-HOT-AIR-GUN-Solder-IRON-/190527188568?_trksid=p4340.m263&_trkparms=algo%3DSIC%26its%3DI%252BC%26itu%3DUCI%252BIA%252BUA%252BFICS%252BUFI%26otn%3D10%26pmod%3D180657224150%26ps%3D63%26clkid%3D8904032632901114521
>
> Matt.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jallib?hl=en.

Reply via email to