Re: how to make the string function ?
alternatively and more advantageously, you can also construct your own custom header file with definitions and declarations in a C file and include that header file. (not for already built in functions like these, but other functions like say, computing integration or differential equations solution or bessel functions or as in ur case, custom string operations that doesn't exist in the package)
__________________
A computer lets you make more mistakes faster than any invention in human history - with the possible exceptions of handguns and tequila.
|