Last change
on this file since 2443 was 2212, checked in by ansari, 23 years ago |
Mise a jour de la documentation SysTools, Reza 15/10/2002
|
File size:
471 bytes
|
Rev | Line | |
---|
[219] | 1 | /* Impression temps elapsed / Temps CPU */
|
---|
| 2 | /* Reza - 93/94 */
|
---|
| 3 |
|
---|
| 4 | #ifndef TIMING_H_SEEN
|
---|
| 5 | #define TIMING_H_SEEN
|
---|
| 6 |
|
---|
| 7 | #ifdef __cplusplus
|
---|
| 8 | extern "C" {
|
---|
| 9 | #endif
|
---|
| 10 |
|
---|
| 11 | void InitTim(void);
|
---|
[2212] | 12 | void PrtTim(const char * Comm);
|
---|
[219] | 13 |
|
---|
| 14 | #ifdef __cplusplus
|
---|
| 15 | }
|
---|
| 16 | #endif
|
---|
| 17 |
|
---|
| 18 | #endif
|
---|
| 19 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.