cruel.h

Jun. 19th, 2007 03:48 pm
pasithea: glowing girl (Default)
[personal profile] pasithea
//cruel.h
#ifndef DONE

#ifdef TWICE

// put stuff here to declare 3rd time around
void g(char* str);
#define DONE

#else // TWICE
#ifdef ONCE

// put stuff here to declare 2nd time around
void g(void* str);
#define TWICE

#else // ONCE

// put stuff here to declare 1st time around
void g(std::string str);
#define ONCE

#endif // ONCE
#endif // TWICE
#endif // DONE

// From here. http://www.thc.org/root/phun/unmaintain.html
// This one made me cry.

February 2012

S M T W T F S
   1234
567891011
12 131415161718
19202122232425
26272829   

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Dec. 31st, 2025 05:14 am
Powered by Dreamwidth Studios