mirror of
https://github.com/dimoniche/solarium.vlad.git
synced 2026-01-29 20:43:31 +03:00
13 lines
235 B
C
13 lines
235 B
C
#ifndef _SERVICE_NAME_H_
|
|
#define _SERVICE_NAME_H_
|
|
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
#include <ctype.h>
|
|
|
|
/// @brief Возвращаем имя услуги
|
|
/// @return
|
|
extern char* get_service_name();
|
|
|
|
#endif |