Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-02 08:21:06

0001 #ifndef __PAERSEARGUMENT_H__
0002 #define __PAERSEARGUMENT_H__
0003 
0004 int get_value(const char *arg, int *status=0);
0005 unsigned int get_uvalue(const char *arg, int *status=0);
0006 
0007 #endif