about summary refs log tree commit diff
path: root/lib/mkstemp.c
blob: cd9140c7c31ff2475d9132f4630ef5b38c4eb729 (plain) (blame)
1
2
3
4
5
6
7
8
#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>

#include "pm_c_util.h"