We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9cb31 commit 817d391Copy full SHA for 817d391
lib/hdf5/ffi3.rb
@@ -2941,37 +2941,6 @@ class C_IOCookieIoFunctionsT < ::FFI::Struct
2941
2942
typedef :long_double, :_Float64x
2943
2944
- attach_function 'fscanf', [
2945
- FILE.ptr,
2946
- :string
2947
- ], :int
2948
-
2949
- attach_function 'scanf', [
2950
2951
2952
2953
- attach_function 'sscanf', %i[
2954
- string
2955
2956
2957
2958
- attach_function 'vfscanf', [
2959
2960
- :string,
2961
- :__gnuc_va_list
2962
2963
2964
- attach_function 'vscanf', %i[
2965
2966
- __gnuc_va_list
2967
2968
2969
- attach_function 'vsscanf', %i[
2970
2971
2972
2973
2974
2975
attach_function 'vfscanf', [
2976
FILE.ptr,
2977
:string,
0 commit comments