Calculator Community > ASM

Ultimate ASM/C Resource

<< < (4/4)

saubue:
QuoteBegin-tifreak8x+Apr 19 2006, 05:36 PM-->QUOTE (tifreak8x @ Apr 19 2006, 05:36 PM) Umm, I am not sure the spelling, but it was in Creilsheim... something similar to that. I can get the exact spelling from mom when I talk to her...  
 I guess you spelled it right - it's in the middle of Germany, says map24 :)

Halifax:
These algorithms are not made for 68K although they may work on it I don't know. But I made these because there is a toupper() and tolower() that converts the character to upper or lowercase respectivly. Some what about strings?? Well I made a routine for it. Here you go. It all depends on if the 68K ASCII table is standard. If it is then this will work on it. If it is not then this will not work on it.


c1-->CODE ec1
/* This will convert a string consisting of all, none or mixed cases of letters to uppercase. Note that it will not convert any characters other than alphabet characters */
char touppers( char string[] )
{
 

Navigation

[0] Message Index

[*] Previous page

Go to full version