Skip to content
View chiri-takeuchi's full-sized avatar
  • japan

Block or report chiri-takeuchi

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. my_fgets my_fgets Public

    #include<stdio.h> void my_fgets(char s[],int n,FILE *fp){ int i =0; for(;i<n+1;i++){ s[i]=fgetc(fp); if(s[i]==EOF || s[i]=='\n' || s[i]=='\0')break; } } void your_fgets(char s[],int n,FILE *fp){ in…

  2. my_fgets2 my_fgets2 Public

  3. my_fgets3 my_fgets3 Public

    my_fgets

  4. for-test for-test Public

  5. go_to-test- go_to-test- Public

  6. vantan vantan Public

    PHP