2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-06-11 23:40:10 +00:00
Files
xNBA/src/include/usr/profstat.h
2014-04-27 23:14:47 +01:00

15 lines
177 B
C

#ifndef _USR_PROFSTAT_H
#define _USR_PROFSTAT_H
/** @file
*
* Profiling
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
extern void profstat ( void );
#endif /* _USR_PROFSTAT_H */