I want to write a function named after simula's outtext. I want it to
behave exactly like printf does with strings. I have narrowed down a list of
what funtions I think I'll need but I'm not exactly sure how to put them
together. strlen is one isspace is another. What about alphanum ? Would it
take care of what I want? ie
outtext("hello world");
hello world
Thanks
behave exactly like printf does with strings. I have narrowed down a list of
what funtions I think I'll need but I'm not exactly sure how to put them
together. strlen is one isspace is another. What about alphanum ? Would it
take care of what I want? ie
outtext("hello world");
hello world
Thanks
Comment