~dexter/parrot-pkg/maverick

« back to all changes in this revision

Viewing changes to config/gen/platform/ansi/pid.c

  • Committer: Piotr Roszatycki
  • Date: 2011-01-11 14:34:28 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: piotr.roszatycki@gmail.com-20110111143428-s7pa7qz38m61o4tw
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: pid.c 48583 2010-08-20 13:08:12Z NotFound $
2
 
 * Copyright (C) 2010, Parrot Foundation.
 
1
/* Copyright (C) 2010, Parrot Foundation.
3
2
 */
4
3
 
5
4
/*
20
19
 
21
20
=item C<UINTVAL Parrot_getpid(void)>
22
21
 
23
 
Parrot wrapper around standard library C<getpid()> function, returning an UINTVAL.
 
22
Parrot wrapper around standard library C<getpid()> function.
 
23
 
 
24
Return 0 in platforms unsupported or without a pid concept.
24
25
 
25
26
=cut
26
27
 
46
47
 * Local variables:
47
48
 *   c-file-style: "parrot"
48
49
 * End:
49
 
 * vim: expandtab shiftwidth=4:
 
50
 * vim: expandtab shiftwidth=4 cinoptions='\:2=2' :
50
51
 */