Search Results

Search: Posts Made By: sundarm
Forum: Programming 01-28-2002
2,375
Posted By sundarm
Have you checked your system space? just try ...
Have you checked your system space?
just try
bdf .

Have you included stdio.h ?
then try

cc -o aa aa.c
Forum: Programming 01-28-2002
3,556
Posted By sundarm
You wrote : Sometimes, with larger projects,...
You wrote :
Sometimes, with larger projects, you will want to compile a function separately. You can use the -c flag to do this.
----

Basically i do some plug-in in ksh. what you said is...
Forum: Programming 01-25-2002
3,556
Posted By sundarm
compile funtion
Hi,

This is the first time, i am doing UNIX & C stuff.

I have written one funtion like

#include <stdio.h>
seq(num)
int num;
{
int i,sum;
for (i=1; i<=num;i++)
sum+=i;
...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 10:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy