Skip to content

Instantly share code, notes, and snippets.

@pol51
pol51 / test.c
Last active August 29, 2015 14:04
read inverted word from a text file
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main(int argc, char **argv)
{
FILE *file = fopen("data.txt", "r");
if (!file)
return EXIT_FAILURE;

Keybase proof

I hereby claim:

  • I am pol51 on github.
  • I am pol51 (https://keybase.io/pol51) on keybase.
  • I have a public key whose fingerprint is 7822 F005 CCFA AAB2 663F 69EC 8A15 BBDE F27D 6988

To claim this, I am signing this object: