| Topic Text | Topic Comments (0) | Topic Properties | Topic Information | kaandok@gma... | ||||
| Topic title: deneme | Tuesday July 14, 2009 07:26:00 |
Download topic text | View in monospace font | Tab width set to 4 (change to 8)
| Files in topic: (view all files) | ||
| myfunction.c | {+9,-0} | |
[Add General Comment] to topic.
| File myfunction.c (Revision 1.0) | [Add File Comment] [Top] |
| 1 | #include<stdio.h> | ||
| 2 | #include"myfunction.h" | ||
| 3 | int mutlak(int a){ | ||
| 4 | |||
| 5 | if (a<0){ | ||
| 6 | a=(-a); | ||
| 7 | } | ||
| 8 | return a; | ||
| 9 | } | ||
| File myfunction.c (Revision 1.0) | [Add File Comment] [Top] |
| Legend: | |
| Removed | |
| Changed | |
| Added | |
[Add General Comment] to topic.