1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 23:18:13 +02:00
Files
archived-php-src/ext/standard/pageinfo.h
T
1999-12-17 19:51:39 +00:00

12 lines
178 B
C

#ifndef _PROCESS_H
#define _PROCESS_H
PHP_FUNCTION(getmyuid);
PHP_FUNCTION(getmypid);
PHP_FUNCTION(getmyinode);
PHP_FUNCTION(getlastmod);
extern long php_getuid(void);
#endif