y*******g 发帖数: 33 | 1 Build a software module that belongs to a library that will be used in a
multithreaded embedded environment.
Write the header file that would be included by clients of this library.
Feel free to use any functions from POSIX, stdlib or any C library with
which you are comfortable.
Don’t bother compiling or linking this library though since I’m not
interested in getting the exact syntax just right.
The software module must include
1) One global constant integer, g_nValue0
2) One global co |
|