This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// pilha.c | |
// | |
// Created by Nilson Lopes on 01/07/14. | |
// Copyright (c) 2014 Nilson Lopes. All rights reserved. | |
// | |
#include <stdio.h> | |
#include <stdlib.h> | |
#define TRUE 1 | |
#define FALSE 0 |
NewerOlder