mirror of
				https://github.com/GayPizzaSpecifications/pork.git
				synced 2025-11-04 01:49:39 +00:00 
			
		
		
		
	language: prepare for struct support
This commit is contained in:
		@ -4,8 +4,8 @@ export func ffiStructDefine(items...)
 | 
			
		||||
export func ffiStructAllocate(struct)
 | 
			
		||||
  native ffi "internal" "ffiStructAllocate"
 | 
			
		||||
 | 
			
		||||
export func ffiStructValue(struct, field, value)
 | 
			
		||||
export func ffiStructValue(def, field, value)
 | 
			
		||||
  native ffi "internal" "ffiStructValue"
 | 
			
		||||
 | 
			
		||||
export func ffiStructBytes(struct, value)
 | 
			
		||||
export func ffiStructBytes(def, value)
 | 
			
		||||
  native ffi "internal" "ffiStructBytes"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user