mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Adds wpi GetHostname function (#25)
This commit is contained in:
committed by
Peter Johnson
parent
5d403a7b49
commit
c3f7c85f8a
@@ -1,6 +1,9 @@
|
||||
#include "llvm/StringRef.h"
|
||||
#include "llvm/SmallVector.h"
|
||||
#include <iostream>
|
||||
|
||||
#include "support/hostname.h"
|
||||
|
||||
int main() {
|
||||
llvm::StringRef v1("Hello");
|
||||
std::cout << v1.lower() << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user