Download this file
    
      
        20 lines (12 with data), 293 Bytes
      
      
        |  1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19 | /*
  Copyright 1998 The Regents of the University of California. 
  All rights reserved. See Legal.htm for full text and disclaimer.
 */
 
 #include "Python.h"
 #ifdef __cplusplus
 extern "C" {
 #endif
 PyObject py_object_initializer = {PyObject_HEAD_INIT(0)};
 #ifdef __cplusplus
 }
 #endif
 
 
 
 
 
        
 | 
 
  
                     
                    
                    
                 
            
         
    
      
    
    
    
    
    
        
            ×
        
        Want the latest updates on software, tech news, and AI?
        
            
            Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.