File: CeRapiInit.cpp

package info (click to toggle)
librapi2 0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,820 kB
  • ctags: 1,474
  • sloc: ansic: 14,036; sh: 10,572; cpp: 851; python: 338; makefile: 226
file content (10 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#include "test.h"
#include <rapi.h>

int main()
{
	TEST_HRESULT(CeRapiInit());
	TEST_HRESULT(CeRapiUninit());
	return TEST_SUCCEEDED;
}