File: CeRapiInit.cpp

package info (click to toggle)
librapi2 0.9.0-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,204 kB
  • ctags: 1,258
  • sloc: sh: 9,013; ansic: 5,743; cpp: 522; makefile: 171
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;
}