Skip to content
Snippets Groups Projects
Commit 4f5d8b78 authored by Dmitriy Gerasimov's avatar Dmitriy Gerasimov
Browse files

[+] pragma once

parent 7519f4ad
1 merge request!24Support 3689
#ifndef COMMON_H
#define COMMON_H
#pragma once
#include <stdarg.h>
#include <stddef.h>
#include <stdlib.h>
......@@ -59,5 +57,3 @@ char * random_string_create(size_t a_length);
#ifdef __cplusplus
}
#endif
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment