blob: 8568f7962e70e0e2a4f36d48ac68d2aa4b73ccfd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* my_profile.c
*
* Copyright (C) Nick Kurshev <nickols_k@mail.ru> - Oct 2001
*
* You can redistribute this file under terms and conditions
* of GNU General Public licence v2.
*/
#include "my_profile.h"
volatile unsigned long long int my_profile_start,my_profile_end,my_profile_total;
|