コード例 #1
0
    def cdecl_calling_convention(self, value):
        """
		Sets the cdecl calling convention
		"""
        core.BNRegisterPlatformCdeclCallingConvention(self.handle,
                                                      value.handle)
コード例 #2
0
	def cdecl_calling_convention(self, value):
		core.BNRegisterPlatformCdeclCallingConvention(self.handle, value.handle)