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

9 lines
73 B
Plaintext

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