mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-10-31 02:17:24 +00:00 
			
		
		
		
	simple test
This commit is contained in:
		
							parent
							
								
									7c7c323f9b
								
							
						
					
					
						commit
						995d7ceeea
					
				
							
								
								
									
										13
									
								
								src/16_1_testwally.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								src/16_1_testwally.c
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,13 @@ | |||||||
|  | #include <stdio.h> | ||||||
|  | #include "wally_core.h" | ||||||
|  | 
 | ||||||
|  | int main(void) { | ||||||
|  | 
 | ||||||
|  |   int lw_response; | ||||||
|  |    | ||||||
|  |   lw_response = wally_init(0); | ||||||
|  |   printf("Startup: %d\n",lw_response); | ||||||
|  | 
 | ||||||
|  |   wally_cleanup(0); | ||||||
|  |    | ||||||
|  | } | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user