mirror of
				https://github.com/0xFEEDC0DE64/arduino-esp32.git
				synced 2025-10-31 14:11:42 +01:00 
			
		
		
		
	
		
			
	
	
		
			20 lines
		
	
	
		
			230 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			20 lines
		
	
	
		
			230 B
		
	
	
	
		
			C
		
	
	
	
	
	
|   | 
 | ||
|  | #ifndef sodium_core_H
 | ||
|  | #define sodium_core_H
 | ||
|  | 
 | ||
|  | #include "export.h"
 | ||
|  | 
 | ||
|  | #ifdef __cplusplus
 | ||
|  | extern "C" { | ||
|  | #endif
 | ||
|  | 
 | ||
|  | SODIUM_EXPORT | ||
|  | int sodium_init(void) | ||
|  |             __attribute__ ((warn_unused_result)); | ||
|  | 
 | ||
|  | #ifdef __cplusplus
 | ||
|  | } | ||
|  | #endif
 | ||
|  | 
 | ||
|  | #endif
 |