unlimited-storage

YouTube filesystem tool for uploading arbitrary data to the service
git clone git://git.laack.co/unlimited-storage.git
Log | Files | Refs | README

debug.h (93B)


      1 #ifdef DEBUG
      2     #define LOG(x) std::cout << x << std::endl;
      3 #else
      4     #define LOG(x)
      5 #endif