mirror of
https://github.com/libretro/cpp-cheat.git
synced 2025-04-17 18:50:56 +00:00
20 lines
192 B
C++
20 lines
192 B
C++
/*
|
|
# utility
|
|
|
|
Lots of miscelaneous utilities.
|
|
|
|
http://en.cppreference.com/w/cpp/utility
|
|
*/
|
|
|
|
#include "common.hpp"
|
|
|
|
int main() {
|
|
/*
|
|
# forward
|
|
|
|
TODO
|
|
*/
|
|
{
|
|
}
|
|
}
|