/[PAMELA software]/calo/ground/COMMON/src/libqumy.C
ViewVC logotype

Contents of /calo/ground/COMMON/src/libqumy.C

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Tue Dec 6 10:18:54 2005 UTC (19 years ago) by mocchiut
Branch: MAIN, COMMON
CVS Tags: start, v2r01, v2r00, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Imported sources

1 #include <TSystem.h>
2
3 extern "C" short int qumy(char *, const char*);
4
5 short int cquerymysql(char *db, const char *query) {
6 //
7 Int_t err = qumy(db,query);
8 //
9 return(err);
10 };

  ViewVC Help
Powered by ViewVC 1.1.23