source: projects/synaptic/trunk/common/rswig.cc @ 280

Revision 280, 119 bytes checked in by yasumichi, 15 years ago (diff)

first import

Line 
1//
2
3#include "rswig.h"
4
5bool RInitSystem()
6{
7   return pkgInitConfig(*_config) && pkgInitSystem(*_config,_system);
8
9}
Note: See TracBrowser for help on using the repository browser.