Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Untitled
SUBMITTED BY:
Guest
DATE:
Nov. 29, 2013, 6:24 p.m.
FORMAT:
Text only
SIZE:
264 Bytes
Raw
Download
Tweet
HITS:
807
Go to comments
Report
#include "my_ls.h"
void hide(struct dirent *entry)
{
char *str;
str = entry->d_name;
if (str[0] != '.')
{
my_putstr(str);
my_putchar(' ');
my_putchar(' ');
}
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus