Skip to content

Instantly share code, notes, and snippets.

#include "stdio.h"
#include "stdlib.h"
#define LINE_LIMIT 100
int main(int argc, char** argv)
{
int lineSize = 0,
lineCount = 0;
/**********************************************************
* Ponteiros em C by ~rcaldasmd~ *
* *
* Alguns bons exemplos sobre como utilizar ponteiros em C *
**********************************************************/
#include <stdio.h>
/*************** VARS ****************/