Mercurial > defical
view defical-c/src/basic/inefficient.h @ 1:758381a85d76 default tip
Incorrect printf format.
author | Edho Prima Arief <me@myconan.net> |
---|---|
date | Mon, 28 Jun 2010 14:52:19 +0700 |
parents | ebed2bd0d300 |
children |
line wrap: on
line source
#ifdef _MSC_VER #include <windows.h> #include "../msvc/stdint.h" #else #include <stdint.h> #include <sys/time.h> #endif #include <time.h> #include <string> #include <stdio.h> using namespace std; string uint32_t_to_str(uint32_t myint); double stdev(uint32_t * numbers); class gettime; class gettime { public: char time_v[20],time_s[16]; gettime(); };