@kas1e
Quote:
These fucntions not implement in current SDK because of some reassons, or just was forgotten ?
Do not assume a function should be in the SDK automatically. First, check with Google what standard that function is defined in. For example, do you see the function mentioned as part of the C programming language?
What I find is people often assume a particular function should be available but in fact it is not a part of the C programming language. Therefore, you cannot assume it will be there.
In this particular case, glob() and globfree() are actually POSIX functions and Amiga is not POSIX compliant. We do have a lot of POSIX functions available to make life easier for developers but not those particular ones.