#ifndef SAMPLE_CONTAINER_PRINT_H #define SAMPLE_CONTAINER_PRINT_H #include "container.h" void sample_app_print_preview (SampleApp *app); #endif