~shanepatrickfagan/+junk/lab-two-three

« back to all changes in this revision

Viewing changes to bin/lab-two-three.c

  • Committer: shanepatrickfagan at ubuntu
  • Date: 2010-10-12 23:38:08 UTC
  • Revision ID: shanepatrickfagan@ubuntu.com-20101012233808-h9rqg4313mrmj2lm
Changed around the commenting a bit

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//      This program is free software; you can redistribute it and/or modify
2
 
//      it under the terms of the GNU General Public License as published by
3
 
//      the Free Software Foundation; either version 2 of the License, or
4
 
//      (at your option) any later version.
5
 
//      
6
 
//      This program is distributed in the hope that it will be useful,
7
 
//      but WITHOUT ANY WARRANTY; without even the implied warranty of
8
 
//      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9
 
//      GNU General Public License for more details.
10
 
//      
11
 
//      You should have received a copy of the GNU General Public License
12
 
//      along with this program; if not, write to the Free Software
13
 
//      Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
14
 
//      MA 02110-1301, USA.
15
 
#include <stdio.h>
16
1
/*
 
2
      This program is free software; you can redistribute it and/or modify
 
3
      it under the terms of the GNU General Public License as published by
 
4
      the Free Software Foundation; either version 2 of the License, or
 
5
      (at your option) any later version.
 
6
      
 
7
      This program is distributed in the hope that it will be useful,
 
8
      but WITHOUT ANY WARRANTY; without even the implied warranty of
 
9
      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
10
      GNU General Public License for more details.
 
11
      
 
12
      You should have received a copy of the GNU General Public License
 
13
      along with this program; if not, write to the Free Software
 
14
      Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 
15
      MA 02110-1301, USA.
 
16
 
17
17
** AUTHOR: Shane Fagan
18
18
** STUDENT NUMBER: C00118526
19
19
** LAB: 2.3
20
20
** Purpose: Upper to lower lower to upper
21
21
*/
 
22
#include <stdio.h>
22
23
int main(void)
23
24
{
24
25
        char inchar;