hi all,
I'm using a TMS320Vc5505 eZdsp USB stick with Code Composer Version: 4.0.0.16000
I've determined that the maximum number of open files allowed by the system (via stdio's fopen) is 10; you can use this code snippet to verify:
printf("Max number of files: FOPEN_MAX=(%d)\n",FOPEN_MAX);
My question is: is there any way to determine how many files are currently open?
thanks!
-Rob