tail head cat sleep
QR code linking to this page

Manual Pages  — ISPHONOGRAM

NAME

isphonogram – phonographic character test

CONTENTS

LIBRARY

Standard C Library (libc, -lc)

SYNOPSIS

#include <ctype.h>

int
isphonogram(int c);

DESCRIPTION

The isphonogram() function tests for a phonographic character.

RETURN VALUES

The isphonogram() function returns zero if the character tests false and returns non-zero if the character tests true.

SEE ALSO

ctype(3), isideogram(3), iswphonogram(3)

HISTORY

The isphonogram() function appeared in BSD 4.4 .

ISPHONOGRAM (3) March 30, 2004

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

C isn't that hard: void (*(*f[])())() defines f as an array of unspecified size, of pointers to functions that return pointers to functions that return void