mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-31 21:33:12 +08:00 
			
		
		
		
	add hpatch interface code
This commit is contained in:
		
							
								
								
									
										13
									
								
								android/jni/hpatch.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								android/jni/hpatch.c
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| // hpatch.c | ||||
| // Copyright 2021 housisong, All rights reserved | ||||
|  | ||||
| int hpatch_by_mem(const uint8_t* old,size_t oldsize, uint8_t* newBuf,size_t newsize, | ||||
|                   const uint8_t* pat,size_t patsize){ | ||||
|     //todo: | ||||
|     return -1; | ||||
| } | ||||
|  | ||||
| int hpatch_by_file(const char* oldfile, const char* newfile, const char* patchfile){ | ||||
|     //todo: | ||||
|     return -1; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 sisong
					sisong