OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_66/] [or1ksim/] [port/] [isblank.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1350 nogj
 
2
#include "config.h"
3
 
4
#include "port.h"
5
 
6
#ifndef HAVE_ISBLANK
7
/*
8
 *isblank() is a GNU extension
9
 *not available on Solaris, for example
10
 */
11
int isblank(int c)
12
{
13
  return (c==' ') || (c=='\t');
14
}
15
#endif
16
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.