You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nvidia-texture-tools/src/nvcore/poshlib/tests/linktest/testlib.cpp

12 lines
157 B
C++

#define POSH_BUILDING_LIB 1
#include "testlib.hpp"
#include <stdio.h>
void TestLib_Foo( void )
{
printf( "...TestLib_Foo called successfully!\n" );
}