Skip to content

Instantly share code, notes, and snippets.

View Hattshire's full-sized avatar
🍑

Oliver Hattshire Hattshire

🍑
View GitHub Profile
ig_android_video_segment_ffmpeg_muxer_universe,ig_camera_android_badge_face_effects_universe,ig_android_universe_video_production,ig_android_dash_lazy_load_audio,ig_android_stories_landscape_mode,ig_android_iig_dialog_contact_permission,ig_android_insights_account_insights_v2_universe,ig_android_live_analytics,ig_android_direct_expiring_media_view_mode_stickyness_universe,ig_android_realtime_mqtt_logging,ig_android_direct_mutation_manager_universe_v2,ig_branded_content_show_settings_universe,ig_android_stories_server_coverframe,ig_android_ontact_invite_universe,ig_android_ad_async_ads_universe,ig_android_prepopulate_review,ig_android_direct_fix_new_message_indicator,ig_android_bitmap_compress_retry_universe,ig_promote_guided_budget_duration_options_universe,ig_feed_lockdown,ig_android_verified_comments_universe,ig_android_media_pipeline_frame_listener_universe,ig_shopping_viewer_intent_actions,ig_android_gallery_order_by_date_taken,ig_android_startup_prefetch,ig_android_live_640_quality,ig_stories_engagement_
@Hattshire
Hattshire / sintilde.c
Created April 13, 2017 16:33
SacaTilde en C
void
sintilde(char* palabra)
{
printf( "> " );
for ( int j = 0, k = 0 ;palabra[j] != 0 ; j++, k++ )
{
if ( palabra[j] == '\303' )
{
k--;
continue;