nppilot/external/avr-stl-stubs/include/cstdarg
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
53 B
Plaintext

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