menu
dart_alsa package
documentation
alsa_generated_bindings.dart
ALSA
strchr method
strchr method
dark_mode
light_mode
strchr
method
Pointer
<
Int8
>
strchr
(
Pointer
<
Int8
>
__s
,
int
__c
)
Implementation
ffi.Pointer<ffi.Int8> strchr( ffi.Pointer<ffi.Int8> __s, int __c, ) { return _strchr( __s, __c, ); }
dart_alsa package
documentation
alsa_generated_bindings
ALSA
strchr method
ALSA class