Search Results

Search: Posts Made By: redoubtable
Forum: Programming 12-03-2008
19,676
Posted By redoubtable
#include <stdio.h> #include <fcntl.h> ...
#include <stdio.h>
#include <fcntl.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>

int
main ()
{
FILE * f;
char buf[1024];
char * saveptr;
char * token;
...
Showing results 1 to 1 of 1

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