nppilot/external/avr-stl-stubs/include/cstdio
Michael Hope 4b61ec36e3 Imported the AVR STL 1.1 libraries.
Stubbed out more of STL.
2013-12-17 20:47:35 +01:00

8 lines
52 B
Plaintext

#pragma once
#include <stdio.h>
namespace std
{
}